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 jcea, loewis, mark.dickinson, pitrou, serhiy.storchaka, terry.reedy, vstinner
Date 2012-09-29.16:14:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348935269.32.0.403895910547.issue16001@psf.upfronthosting.co.za>
In-reply-to
Content
str(int) is less common than "%s" % int or "%i" % int, and str%args has now "fast path" in Python 3.3 for integers. So I agree that my patch adds useless complexity and I'm closing this idea, thanks.
History
Date User Action Args
2012-09-29 16:14:30vstinnersetrecipients: + vstinner, loewis, terry.reedy, jcea, mark.dickinson, pitrou, serhiy.storchaka
2012-09-29 16:14:29vstinnersetmessageid: <1348935269.32.0.403895910547.issue16001@psf.upfronthosting.co.za>
2012-09-29 16:14:28vstinnerlinkissue16001 messages
2012-09-29 16:14:26vstinnercreate