summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-26 07:45:48 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-26 07:45:48 (GMT)
commit9eabac68a30428704754f7cf2b28a61e94e9d654 (patch)
tree06cd19f985bab5d88580de7ba7138c84c2e9412e /Misc/NEWS
parentffb58e96f10f9f8dfafd561f370dc5859480cd9b (diff)
downloadcpython-9eabac68a30428704754f7cf2b28a61e94e9d654.zip
cpython-9eabac68a30428704754f7cf2b28a61e94e9d654.tar.gz
cpython-9eabac68a30428704754f7cf2b28a61e94e9d654.tar.bz2
Issue #18685: Restore re performance to pre-PEP 393 levels.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index af55f72..3ba47ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and Builtins
Library
-------
+- Issue #18685: Restore re performance to pre-PEP 393 levels.
+
- Issue #19339: telnetlib module is now using time.monotonic() when available
to compute timeout.