]> granicus.if.org Git - python/commit
Merged revisions 71894 via svnmerge from
authorWalter Dörwald <walter@livinglogic.de>
Sat, 25 Apr 2009 14:13:56 +0000 (14:13 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 25 Apr 2009 14:13:56 +0000 (14:13 +0000)
commit1b08b30743ec823cc01a4efbe44b721986e5cb51
tree3e5160e43fa38323ede3edc802b377cd28cdb03c
parent939f9c898a2835a600e346696e3e82fbfc5c27fa
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