Issue #1734234: Massively speedup `unicodedata.normalize()` when the
commit71e9e57a72c67bcfe094b2c43b04813e569509b1
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 27 Apr 2009 21:53:26 +0000 (27 21:53 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Mon, 27 Apr 2009 21:53:26 +0000 (27 21:53 +0000)
tree3f435aeddbaa242c13720565577d11d68c0a2d8d
parentbda86746a78abe67a9f906988400b1a7272ba73c
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.

git-svn-id: http://svn.python.org/projects/python/trunk@72054 6015fed2-1504-0410-9fe1-9d1591cc4771
Misc/ACKS
Misc/NEWS
Modules/unicodedata.c
Modules/unicodedata_db.h
Tools/unicode/makeunicodedata.py