]> granicus.if.org Git - python/commit
Issue 28128: Print out better error/warning messages for invalid string escapes.
authorEric V. Smith <eric@trueblade.com>
Mon, 31 Oct 2016 13:22:08 +0000 (09:22 -0400)
committerEric V. Smith <eric@trueblade.com>
Mon, 31 Oct 2016 13:22:08 +0000 (09:22 -0400)
commit42454af094fd572a97a6302e8c1226be68c0efa9
tree29a7b5737fe214a0571af7c6daf53a4d85c6bae4
parenta99cdb21a7d67ce5d1e3cc93b08eb3b6eecba60b
Issue 28128: Print out better error/warning messages for invalid string escapes.
Include/bytesobject.h
Include/unicodeobject.h
Lib/test/test_string_literals.py
Lib/test/test_unicode.py
Misc/NEWS
Objects/bytesobject.c
Objects/unicodeobject.c
Python/ast.c