diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-03-30 06:11:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 06:11:10 (GMT) |
commit | 0a58f72762353768c7d26412e627ff196aac6c4e (patch) | |
tree | 9312c7d228af2bd564621e56d39c25d575b3daa9 /Misc/NEWS | |
parent | ba85d69a3e3610bdd05f0dd372cf4ebca178c7fb (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |