cpython/Tools/unicode
Antoine Pitrou 7a0fedfd1d 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.
........
2009-04-27 22:31:40 +00:00
..
python-mappings
Makefile
comparecodecs.py
gencjkcodecs.py
gencodec.py
listcodecs.py
makeunicodedata.py Merged revisions 72054 via svnmerge from 2009-04-27 22:31:40 +00:00
mkstringprep.py