]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 71894 via svnmerge from
authorWalter Dörwald <walter@livinglogic.de>
Sat, 25 Apr 2009 14:05:52 +0000 (14:05 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 25 Apr 2009 14:05:52 +0000 (14:05 +0000)
commit6c863d1ab2c86d6c67ea9162e75fca4a6f5f901a
tree3eae051be1547d7653072953333d6b5ed104dcff
parent22999a69e1e810757823abef87b744ad3686f908
Merged revisions 71894 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71894 | walter.doerwald | 2009-04-25 16:03:16 +0200 (Sa, 25 Apr 2009) | 4 lines

  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