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 ezio.melotti, loewis, serhiy.storchaka
Date 2012-07-02.10:23:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341224663.3264.183.camel@raxxla>
In-reply-to <1341164449.42.0.392193036556.issue15239@psf.upfronthosting.co.za>
Content
>  If it produces different output today, we should investigate why.

Lib/stringprep.py differs from updated Tools/unicode/mkstringprep.py output only by additional entity 0x130:'i\u0307' in b3_exceptions.

In 3.2 and lower '\u0130'.lower() == '\u0069', in 3.3 '\u0130'.lower() == '\u0069\u0307'.
History
Date User Action Args
2012-07-02 10:23:58serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, ezio.melotti
2012-07-02 10:23:57serhiy.storchakalinkissue15239 messages
2012-07-02 10:23:57serhiy.storchakacreate