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 vdupras
Recipients raulir, vdupras
Date 2008-02-15.20:13:14
SpamBayes Score 0.020837093
Marked as misclassified No
Message-id <1203106396.07.0.641097578119.issue1734234@psf.upfronthosting.co.za>
In-reply-to
Content
It's a very interesting patch. I wonder why it fell into oblivion. stuff 
like "unicode.normalize('NFC', u'\xe9')" was more than twice as fast for 
me.

Making sure that all unicode is normalized can be a bottleneck in a lot 
of applications (it somewhat is in my apps).

The downside is that it makes test_codecs and test_unicode_file fail.
History
Date User Action Args
2008-02-15 20:13:16vduprassetspambayes_score: 0.0208371 -> 0.020837093
recipients: + vdupras, raulir
2008-02-15 20:13:16vduprassetspambayes_score: 0.0208371 -> 0.0208371
messageid: <1203106396.07.0.641097578119.issue1734234@psf.upfronthosting.co.za>
2008-02-15 20:13:14vdupraslinkissue1734234 messages
2008-02-15 20:13:14vduprascreate