summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-03-30 06:11:10 (GMT)
committerGitHub <noreply@github.com>2017-03-30 06:11:10 (GMT)
commit0a58f72762353768c7d26412e627ff196aac6c4e (patch)
tree9312c7d228af2bd564621e56d39c25d575b3daa9 /Misc/NEWS
parentba85d69a3e3610bdd05f0dd372cf4ebca178c7fb (diff)
downloadcpython-0a58f72762353768c7d26412e627ff196aac6c4e.zip
cpython-0a58f72762353768c7d26412e627ff196aac6c4e.tar.gz
cpython-0a58f72762353768c7d26412e627ff196aac6c4e.tar.bz2
bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505)
unlucky Unicode characters.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c46b665..28751b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.7.0 alpha 1?
Core and Builtins
-----------------
+- bpo-24821: Fixed the slowing down to 25 times in the searching of some
+ unlucky Unicode characters.
+
- bpo-29894: The deprecation warning is emitted if __complex__ returns an
instance of a strict subclass of complex. In a future versions of Python
this can be an error.