]> granicus.if.org Git - python/commit
Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 23 Sep 2014 20:22:41 +0000 (23:22 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 23 Sep 2014 20:22:41 +0000 (23:22 +0300)
commitc563caf3a21115fa1e2eb6c7b455ec58ca85e8e4
treed7012d5ee034fcfc25576c30e87a6260a44ea6e9
parentd8644db4e771f89e5f624ae90d63b81c83d51838
Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in
regular expressions.
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS