commit | 6c863d1ab2c86d6c67ea9162e75fca4a6f5f901a | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Sat Apr 25 14:05:52 2009 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Sat Apr 25 14:05:52 2009 +0000 |
tree | 3eae051be1547d7653072953333d6b5ed104dcff | |
parent | 22999a69e1e810757823abef87b744ad3686f908 [diff] |
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'). ........