summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-07 19:43:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-07 19:43:57 (GMT)
commit84df7fe6a2ff20663a194d3758295bee9b1436ef (patch)
tree09b3010bf531895d3188e0ace94a2df035ec5e7d /Misc
parentb556399fb500136ee4b3c562a72af062527bd20a (diff)
downloadcpython-84df7fe6a2ff20663a194d3758295bee9b1436ef.zip
cpython-84df7fe6a2ff20663a194d3758295bee9b1436ef.tar.gz
cpython-84df7fe6a2ff20663a194d3758295bee9b1436ef.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 c59cd1a..3cb7fd4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,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.