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 brett.cannon
Recipients brett.cannon
Date 2008-03-17.17:51:05
SpamBayes Score 0.42669705
Marked as misclassified No
Message-id <1205776266.64.0.297851457778.issue2337@psf.upfronthosting.co.za>
In-reply-to
Content
oct() and hex() need to use __index__ when available and then emit a
Py3K warning when they fall back on __oct__ and __hex__.
History
Date User Action Args
2008-03-17 17:51:06brett.cannonsetspambayes_score: 0.426697 -> 0.42669705
recipients: + brett.cannon
2008-03-17 17:51:06brett.cannonsetspambayes_score: 0.426697 -> 0.426697
messageid: <1205776266.64.0.297851457778.issue2337@psf.upfronthosting.co.za>
2008-03-17 17:51:06brett.cannonlinkissue2337 messages
2008-03-17 17:51:05brett.cannoncreate