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 loewis, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2012-05-03.12:26:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336048137.2520.15.camel@raxxla>
In-reply-to <1336043539.74.0.988825440924.issue14687@psf.upfronthosting.co.za>
Content
> Results on 32 bits (Intel Core i5 CPU 661 @ 3.33GHz) on Linux 3.0 with a new patch.

Your tests only for ascii. You should also see some of corner cases --
a large format string and a few small arguments (templating),
a small simple format string and one large argument
(idiomatic `'[%s]' % ', '.join(long_list)`).
History
Date User Action Args
2012-05-03 12:26:26serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, pitrou, vstinner, python-dev
2012-05-03 12:26:26serhiy.storchakalinkissue14687 messages
2012-05-03 12:26:26serhiy.storchakacreate