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 ncoghlan
Recipients eric.araujo, francescor, javawizard, lregebro, ncoghlan, python-dev, rhettinger
Date 2011-07-16.12:44:56
SpamBayes Score 3.1672053e-06
Marked as misclassified No
Message-id <1310820297.46.0.559621017357.issue10042@psf.upfronthosting.co.za>
In-reply-to
Content
Also, a note regarding efficiency: as it calls the underlying methods directly and avoids recursing through the full operand coercion machinery, I would actually expect this approach to run faster than the current implementation.
History
Date User Action Args
2011-07-16 12:44:57ncoghlansetrecipients: + ncoghlan, rhettinger, eric.araujo, lregebro, francescor, python-dev, javawizard
2011-07-16 12:44:57ncoghlansetmessageid: <1310820297.46.0.559621017357.issue10042@psf.upfronthosting.co.za>
2011-07-16 12:44:56ncoghlanlinkissue10042 messages
2011-07-16 12:44:56ncoghlancreate