
report at bugs
Aug 5, 2012, 2:30 PM
Post #3 of 7
(87 views)
Permalink
|
|
[issue15239] Abandoned Tools/unicode/mkstringprep.py
[In reply to]
|
|
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> <http://bugs.python.org/issue15239> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|