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 eryksun
Recipients eryksun, pekka.klarck
Date 2017-01-19.19:44:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484855091.05.0.350299971111.issue29329@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3 uses __index__ for bin(), oct(), and hex(), but Python 2 only uses __index__ for bin() and otherwise uses __oct__ and __hex__. Antoine overlooked this when updating the 2.7 docs for hex() in issue 16665.
History
Date User Action Args
2017-01-19 19:44:51eryksunsetrecipients: + eryksun, pekka.klarck
2017-01-19 19:44:51eryksunsetmessageid: <1484855091.05.0.350299971111.issue29329@psf.upfronthosting.co.za>
2017-01-19 19:44:51eryksunlinkissue29329 messages
2017-01-19 19:44:51eryksuncreate