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 mark.dickinson
Recipients mark.dickinson
Date 2013-04-13.20:02:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365883340.94.0.61379859162.issue17722@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin pointed out on #python-dev that the builtin round function should be using _PyObject_LookupSpecial to look up the __round__ method.  Here's a fix.
History
Date User Action Args
2013-04-13 20:02:20mark.dickinsonsetrecipients: + mark.dickinson
2013-04-13 20:02:20mark.dickinsonsetmessageid: <1365883340.94.0.61379859162.issue17722@psf.upfronthosting.co.za>
2013-04-13 20:02:20mark.dickinsonlinkissue17722 messages
2013-04-13 20:02:20mark.dickinsoncreate