]> granicus.if.org Git - python/commit
Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 20:58:14 +0000 (22:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 20:58:14 +0000 (22:58 +0200)
commita54aae068325551bcc70c151b483f1b38ca0c687
treeb9e9f9d33b597ea84421d22c19cbbb6f551c90ef
parent793c14ea2965a1584a7f85aa663d0fd7cfdef629
Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``
and ASCII letter now raise a deprecation warning and will be forbidden in
Python 3.6.
Doc/howto/regex.rst
Doc/library/re.rst
Lib/sre_parse.py
Lib/test/re_tests.py
Lib/test/test_re.py
Misc/NEWS