[issue15239] Abandoned Tools/unicode/mkstringprep.py

Martin v. Löwis report at bugs.python.org
Sun Aug 5 23:30:13 CEST 2012


Martin v. Löwis added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15239>
_______________________________________


More information about the Python-bugs-list mailing list