diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-06-15 00:08:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 00:08:12 (GMT) |
commit | 12b6d844d8819955508bd86db106f17516be3f77 (patch) | |
tree | f9654a22661ecea6416175910451f37ebc699080 /Misc | |
parent | 698a0da7d440856a90b45964e9082b5a55387b80 (diff) | |
download | cpython-12b6d844d8819955508bd86db106f17516be3f77.zip cpython-12b6d844d8819955508bd86db106f17516be3f77.tar.gz cpython-12b6d844d8819955508bd86db106f17516be3f77.tar.bz2 |
gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (#105801)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-06-14-22-52-06.gh-issue-105800.hdpPzZ.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-14-22-52-06.gh-issue-105800.hdpPzZ.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-14-22-52-06.gh-issue-105800.hdpPzZ.rst new file mode 100644 index 0000000..d6ef7b6 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-14-22-52-06.gh-issue-105800.hdpPzZ.rst @@ -0,0 +1,2 @@ +Correctly issue :exc:`SyntaxWarning` in f-strings if invalid sequences are +used. Patch by Pablo Galindo |