]> granicus.if.org Git - python/commit
Merged revisions 72054 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Apr 2009 22:31:40 +0000 (22:31 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Apr 2009 22:31:40 +0000 (22:31 +0000)
commit7a0fedfd1d387424c9e19059a126939d5f7bdea2
tree0a180a7793e5b590a846869d01379a41e3078565
parent57f3d93552edf5f4f5d5e8fad5aff9f72788bc7a
Merged revisions 72054 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72054 | antoine.pitrou | 2009-04-27 23:53:26 +0200 (lun., 27 avril 2009) | 5 lines

  Issue #1734234: Massively speedup `unicodedata.normalize()` when the
  string is already in normalized form, by performing a quick check beforehand.
  Original patch by Rauli Ruohonen.
........
Misc/ACKS
Misc/NEWS
Modules/unicodedata.c
Modules/unicodedata_db.h
Tools/unicode/makeunicodedata.py