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 rhettinger
Recipients gvanrossum, rhettinger
Date 2008-06-07.01:57:23
SpamBayes Score 0.17277314
Marked as misclassified No
Message-id <1212803845.73.0.399511532431.issue3056@psf.upfronthosting.co.za>
In-reply-to
Content
* Reduce Integral to just a single additional abstract method.
* Supply the binary operations as mixins instead of abstract methods.
* Three argument __pow__ is now optional.
* Convert with __int__ instead of __long__.
History
Date User Action Args
2008-06-07 01:57:26rhettingersetspambayes_score: 0.172773 -> 0.17277314
recipients: + rhettinger, gvanrossum
2008-06-07 01:57:25rhettingersetspambayes_score: 0.172773 -> 0.172773
messageid: <1212803845.73.0.399511532431.issue3056@psf.upfronthosting.co.za>
2008-06-07 01:57:24rhettingerlinkissue3056 messages
2008-06-07 01:57:24rhettingercreate