]> granicus.if.org Git - python/commit
Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Jun 2016 16:15:00 +0000 (19:15 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Jun 2016 16:15:00 +0000 (19:15 +0300)
commit9bd85b83f66d31e39282244e455275bd9cd91bb1
treef66a844daa9f876509c1bc53cbeee2da15a09eb7
parentd35bf032840bcbf130a146eb35e332f9fa925cd9
Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in
regular expressions now are errors.
Doc/library/re.rst
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS