summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-07 21:43:45 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-07 21:43:45 +0200
commitde744810ed8491922ce7228f362123148c80fe8e (patch)
tree5c4fe88af3e043d00a95c955dec780a2bf46fb52 /Misc
parent61a72b9e9e94e13a44efe163b97576e9c2fb062e (diff)
downloadcpython-de744810ed8491922ce7228f362123148c80fe8e.tar.gz
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 975817ed1b..b79595a3d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins
Library
-------
+- Issues #814253, #9179: Group references and conditional group references now
+ work in lookbehind assertions in regular expressions.
+
- Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat.
Based on patch by Aivars Kalvāns.