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 loewis
Recipients ezio.melotti, loewis, serhiy.storchaka
Date 2012-08-05.21:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344202213.05.0.0766052710198.issue15239@psf.upfronthosting.co.za>
In-reply-to
Content
The difference is in the reverse direction, right? I.e. the special case for U+0130 is removed.

This is harmless: it just means that we don't need to special-case that anymore.

I'm puzzled though that b3_exceptions doesn't become empty in 3.3. Supposedly, B.3 is CaseFolding.txt, and supposedly, Python 3.3 supports CaseFolding.txt. For example, CaseFolding maps U+00B5 to U+03BC in lower case, yet Python 3.3 maps it to U+00B5.
History
Date User Action Args
2012-08-05 21:30:13loewissetrecipients: + loewis, ezio.melotti, serhiy.storchaka
2012-08-05 21:30:13loewissetmessageid: <1344202213.05.0.0766052710198.issue15239@psf.upfronthosting.co.za>
2012-08-05 21:30:12loewislinkissue15239 messages
2012-08-05 21:30:12loewiscreate