diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |