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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2013-08-21.12:03:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377086587.91.0.730783072788.issue18780@psf.upfronthosting.co.za>
In-reply-to
Content
I think we should just use PyNumber_ToBase() for any int and int subclass. The calling __str__() for special case looks weird.
History
Date User Action Args
2013-08-21 12:03:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2013-08-21 12:03:07serhiy.storchakasetmessageid: <1377086587.91.0.730783072788.issue18780@psf.upfronthosting.co.za>
2013-08-21 12:03:07serhiy.storchakalinkissue18780 messages
2013-08-21 12:03:07serhiy.storchakacreate