[issue3044] Simplify the Integral ABC

2008-06-05 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Excuse me? Have you actually been following the thread? ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3044] Simplify the Integral ABC

2008-06-05 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Apologies. Didn't know you wanted to go that direction. Will leave this for someone who wants to expand numbers.py rather than simplifying it. -- resolution: -> rejected status: open -> closed __

[issue3044] Simplify the Integral ABC

2008-06-05 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Looks like you accidentally removed 2-arg __pow__ from the Complex ABC. This should stay of course. Also, please add the binary operators back in a new ABC called Binary deriving from Integral. ___ Pyth

[issue3044] Simplify the Integral ABC

2008-06-05 Thread Raymond Hettinger
Changes by Raymond Hettinger <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10529/pep.diff ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3044] Simplify the Integral ABC

2008-06-05 Thread Raymond Hettinger
New submission from Raymond Hettinger <[EMAIL PROTECTED]>: See attached patches. The PEP is also updated for Exact/Inexact which were removed a good while ago. -- assignee: gvanrossum components: Library (Lib) files: numbers.diff keywords: patch messages: 67734 nosy: gvanrossum, rhettin