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 vstinner
Recipients ethan.furman, gvanrossum, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2013-12-16.10:44:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387190682.59.0.460309299571.issue19995@psf.upfronthosting.co.za>
In-reply-to
Content
Calls:
* hex()/oct() => PyNumber_ToBase() => PyNumber_Index().
* PyUnicode_Format() => mainformatlong() => PyNumber_Long()

I never understood the difference between "long" (__int__ method) and "index" (__index__ method). Is the difference on the behaviour of floating point numbers?
History
Date User Action Args
2013-12-16 10:44:42vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, mark.dickinson, pitrou, skrah, ethan.furman, serhiy.storchaka
2013-12-16 10:44:42vstinnersetmessageid: <1387190682.59.0.460309299571.issue19995@psf.upfronthosting.co.za>
2013-12-16 10:44:42vstinnerlinkissue19995 messages
2013-12-16 10:44:42vstinnercreate