]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Jun 2023 00:36:40 +0000 (17:36 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 00:36:40 +0000 (00:36 +0000)
commit638c2bacde87abbcc7dc067564941d707aed788c
tree0636f8cade1897d9393ff393b34e2bf7f7ac1b45
parent52a2bbdc9d6d62bad34d9bc42db613ea498ded1a
[3.12] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (GH-105801) (#105806)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2023-06-14-22-52-06.gh-issue-105800.hdpPzZ.rst [new file with mode: 0644]
Parser/action_helpers.c