This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum, rhettinger
Date 2008-06-05.22:50:18
SpamBayes Score 0.00037352645
Marked as misclassified No
Message-id <1212706219.27.0.449956212905.issue3044@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-06-05 22:50:19gvanrossumsetspambayes_score: 0.000373526 -> 0.00037352645
recipients: + gvanrossum, rhettinger
2008-06-05 22:50:19gvanrossumsetspambayes_score: 0.000373526 -> 0.000373526
messageid: <1212706219.27.0.449956212905.issue3044@psf.upfronthosting.co.za>
2008-06-05 22:50:18gvanrossumlinkissue3044 messages
2008-06-05 22:50:18gvanrossumcreate