]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 71896 via svnmerge from
authorWalter Dörwald <walter@livinglogic.de>
Sat, 25 Apr 2009 14:17:13 +0000 (14:17 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sat, 25 Apr 2009 14:17:13 +0000 (14:17 +0000)
commitdbd53ebdb414e9207325e4dc507731e18b9df7f2
treee9ec4ae220d84085fcfd2ac3ebeb05bc1cf49a7c
parent5ffd0aa998a18e95d5dbe16302109fbacf15a2fb
Merged revisions 71896 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r71896 | walter.doerwald | 2009-04-25 16:13:56 +0200 (Sa, 25 Apr 2009) | 11 lines

  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