]> granicus.if.org Git - python/commit
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Oct 2018 14:42:06 +0000 (17:42 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Oct 2018 14:42:06 +0000 (17:42 +0300)
commit6543912c90ffa579dc4c01e811f9609cf92197d3
tree44f433f463ad6624814d0f3c556501eeefb862b8
parent209144831b0a19715bda3bd72b14a3e6192d9cc1
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)

for invalid escape sequences in string and bytes literals.
Doc/reference/lexical_analysis.rst
Doc/whatsnew/3.8.rst
Lib/test/test_fstring.py
Lib/test/test_string_literals.py
Misc/NEWS.d/next/Core and Builtins/2018-10-01-10-41-53.bpo-32912.JeIOdM.rst [new file with mode: 0644]
Python/ast.c