summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-07 19:45:17 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-07 19:45:17 (GMT)
commit6276b32799d9396bb32dbbcbed61b3045ce166ec (patch)
tree1326560e2f5259de7448acfde14951cc7c3a1772 /Misc
parentea07bd2f8121f85e789e7eba581f638a6b1bfa37 (diff)
parent84df7fe6a2ff20663a194d3758295bee9b1436ef (diff)
downloadcpython-6276b32799d9396bb32dbbcbed61b3045ce166ec.zip
cpython-6276b32799d9396bb32dbbcbed61b3045ce166ec.tar.gz
cpython-6276b32799d9396bb32dbbcbed61b3045ce166ec.tar.bz2
Issues #814253, #9179: Group references and conditional group references now
work in lookbehind assertions in regular expressions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dadff4c..0727b17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -183,6 +183,9 @@ Core and Builtins
Library
-------
+- 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.