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 benjamin.peterson, mark.dickinson, serhiy.storchaka
Date 2012-09-27.17:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348765371.74.0.736881704812.issue16060@psf.upfronthosting.co.za>
In-reply-to
Content
That test doesn't look quite the same, though:  the return value of __trunc__ is an object that has __trunc__ rather than __int__.  And all the existing tests pass on my machine without issues.
History
Date User Action Args
2012-09-27 17:02:51mark.dickinsonsetrecipients: + mark.dickinson, benjamin.peterson, serhiy.storchaka
2012-09-27 17:02:51mark.dickinsonsetmessageid: <1348765371.74.0.736881704812.issue16060@psf.upfronthosting.co.za>
2012-09-27 17:02:51mark.dickinsonlinkissue16060 messages
2012-09-27 17:02:51mark.dickinsoncreate