summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 53d7259..a4f8481 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -616,6 +616,7 @@ Craig Rowland
Paul Rubin
Sam Ruby
Audun S. Runde
+Rauli Ruohonen
Jeff Rush
Sam Rushing
Mark Russell
diff --git a/Misc/NEWS b/Misc/NEWS
index 8e1bd4e..2d95ef8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,10 @@ Installation
Library
-------
+- 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.
+
- Issue #5853: calling a function of the mimetypes module from several threads
at once could hit the recursion limit if the mimetypes database hadn't been
initialized before.