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 loewis, mark.dickinson, pitrou, serhiy.storchaka, vstinner
Date 2012-05-08.09:02:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336467733.56.0.350318530975.issue14744@psf.upfronthosting.co.za>
In-reply-to
Content
> Issue3451 looks much more promising for int formatting. But it will take
> a lot of time to carefully check this.

I disagree:  Issue 3451 is about *asymptotically* fast base conversion, and the changes proposed there are only going to kick in for numbers with hundreds of digits;  it's not going to affect the common case at all.
History
Date User Action Args
2012-05-08 09:02:13mark.dickinsonsetrecipients: + mark.dickinson, loewis, pitrou, vstinner, serhiy.storchaka
2012-05-08 09:02:13mark.dickinsonsetmessageid: <1336467733.56.0.350318530975.issue14744@psf.upfronthosting.co.za>
2012-05-08 09:02:13mark.dickinsonlinkissue14744 messages
2012-05-08 09:02:12mark.dickinsoncreate