summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-30 16:49:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-11-30 16:49:00 (GMT)
commit66323415c791502aec973cc1b4b755d22b8ba210 (patch)
treeff131b01925be49052e96df80bf7eac88f7a48c7 /Misc/NEWS
parentb7138e24e3359810158a88e285aae6f34e8d4255 (diff)
downloadcpython-66323415c791502aec973cc1b4b755d22b8ba210.zip
cpython-66323415c791502aec973cc1b4b755d22b8ba210.tar.gz
cpython-66323415c791502aec973cc1b4b755d22b8ba210.tar.bz2
backout 9fcf4008b626 (#9179) for further consideration
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 924a8a2..6916ca3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,9 +68,6 @@ Library
- Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
platforms.
-- Issues #814253, #9179: Group references and conditional group references now
- work in lookbehind assertions in regular expressions.
-
- Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
Based on patch by Martin Panter.