]> granicus.if.org Git - python/commit
Issue #1734234: Massively speedup `unicodedata.normalize()` when the
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Apr 2009 21:53:26 +0000 (21:53 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 27 Apr 2009 21:53:26 +0000 (21:53 +0000)
commite988e286b2831382deb7c69b26c74ed185f51696
tree5c6c9d5a61bb107559e469c2c8e4d41af011c94e
parent8b8f8cc1b00900b5af7d79fc56e9c2a343990319
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