summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-09-23 20:22:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-09-23 20:22:41 (GMT)
commitc563caf3a21115fa1e2eb6c7b455ec58ca85e8e4 (patch)
treed7012d5ee034fcfc25576c30e87a6260a44ea6e9 /Misc/NEWS
parentd8644db4e771f89e5f624ae90d63b81c83d51838 (diff)
downloadcpython-c563caf3a21115fa1e2eb6c7b455ec58ca85e8e4.zip
cpython-c563caf3a21115fa1e2eb6c7b455ec58ca85e8e4.tar.gz
cpython-c563caf3a21115fa1e2eb6c7b455ec58ca85e8e4.tar.bz2
Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in
regular expressions.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3a9d086..9c6f7db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,6 +137,9 @@ Core and Builtins
Library
-------
+- Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in
+ regular expressions.
+
- Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
directory attributes.