]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
authorWalter Dörwald <walter@livinglogic.de>
Sat, 25 Apr 2009 14:03:16 +0000 (14:03 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 25 Apr 2009 14:03:16 +0000 (14:03 +0000)
commit5d98ec76bb548ef65b6943c6eefd48eaabdbed90
tree297888aa774109cfd45e15d0d12110491ef657c2
parent140d9d673efdb33178fb4f93ece31bbc1d91ada0
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
makeunicodedata.py and regenerated the Unicode database (This fixes
u'\u1d79'.lower() == '\x00').
Lib/test/test_unicodedata.py
Misc/NEWS
Objects/unicodetype_db.h
Tools/unicode/makeunicodedata.py