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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15239>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to