]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128016: Improved invalid escape sequence warning message (#128020)
authorUmar Butler <8473183+umarbutler@users.noreply.github.com>
Wed, 15 Jan 2025 17:00:54 +0000 (04:00 +1100)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2025 17:00:54 +0000 (18:00 +0100)
commit8d8b854824c4723d7c5924f1d5c6a397ea7214a5
treefb848a7cd7eae3928c7d4593280802d49acffc18
parent40a4d88a14c741172a158683c39d232c587c6f11
gh-128016: Improved invalid escape sequence warning message (#128020)
Lib/test/test_cmd_line_script.py
Lib/test/test_codeop.py
Lib/test/test_string_literals.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Core_and_Builtins/2024-12-17-09-28-17.gh-issue-128016.DPqhah.rst [new file with mode: 0644]
Objects/bytesobject.c
Objects/unicodeobject.c
Parser/string_parser.c
Parser/tokenizer/helpers.c