]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Jun 2021 00:36:19 +0000 (17:36 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 00:36:19 +0000 (17:36 -0700)
commitd80f4265db63a1692455abb8d1c77d0d72151bbb
tree1fe4bedf5ad99ac02eec2d8db3cee274f3b51c3a
parent8524e32d77b6741cdd7f947c009b10b54c6529b8
fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)

(cherry picked from commit ffd87b7093109c279caf8e3ca060f408a102388a)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Lib/test/test_cmd_line_script.py
Parser/string_parser.c