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 belopolsky
Recipients belopolsky, ezio.melotti, lemburg
Date 2011-02-25.16:34:58
SpamBayes Score 0.002429381
Marked as misclassified No
Message-id <1298651699.02.0.133644747744.issue11322@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think the normalize_encoding() function was the culprit for issue11303 because I measured timings with timeit which averages multiple runs while normalize_encoding() is called only the one time per encoding spelling due to caching.
History
Date User Action Args
2011-02-25 16:34:59belopolskysetrecipients: + belopolsky, lemburg, ezio.melotti
2011-02-25 16:34:59belopolskysetmessageid: <1298651699.02.0.133644747744.issue11322@psf.upfronthosting.co.za>
2011-02-25 16:34:58belopolskylinkissue11322 messages
2011-02-25 16:34:58belopolskycreate