]> granicus.if.org Git - python/commit
use full unicode mappings for upper/lower/title case (#12736)
authorBenjamin Peterson <benjamin@python.org>
Wed, 11 Jan 2012 23:17:06 +0000 (18:17 -0500)
committerBenjamin Peterson <benjamin@python.org>
Wed, 11 Jan 2012 23:17:06 +0000 (18:17 -0500)
commitb2bf01d824ea5a13b375d0aa79211c01f8ab726a
treec2e840d182aff5a4ae272ca9a80b6a1cf3c1db3d
parent9007f72db095212a169b3234194fcc08bd14bf6e
use full unicode mappings for upper/lower/title case (#12736)

Also broaden the category of characters that count as lowercase/uppercase.
Doc/c-api/unicode.rst
Doc/library/stdtypes.rst
Include/unicodeobject.h
Lib/test/string_tests.py
Lib/test/test_unicode.py
Lib/test/test_unicodedata.py
Misc/NEWS
Objects/unicodectype.c
Objects/unicodeobject.c
Objects/unicodetype_db.h
Tools/unicode/makeunicodedata.py