]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#27364: Deprecate invalid escape strings in str/byutes.
authorR David Murray <rdmurray@bitdance.com>
Thu, 8 Sep 2016 19:34:08 +0000 (15:34 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 8 Sep 2016 19:34:08 +0000 (15:34 -0400)
commit110b6fecbbb86143a4acb568f50eab2c870e7d34
treeccc11fe14604c7c08bb750b392f67559a3cfd962
parent186122ead26f3ae4c2bc9f6715d2a29d339fdc5a
#27364: Deprecate invalid escape strings in str/byutes.

Patch by Emanuel Barry, reviewed by Serhiy Storchaka and Martin Panter.
Doc/reference/lexical_analysis.rst
Doc/whatsnew/3.6.rst
Lib/test/test_codecs.py
Lib/test/test_unicode.py
Misc/NEWS
Objects/bytesobject.c
Objects/unicodeobject.c