diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2023-06-02 11:33:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 11:33:26 (GMT) |
commit | 41de54378d54f7ffc38f07db4219e80f48c4249e (patch) | |
tree | 42b56206d421d532fb2ac1a9cce7a31458ab26c4 /Misc | |
parent | 4bfa01b9d911ce9358cf1a453bee15554f8e4c07 (diff) | |
download | cpython-41de54378d54f7ffc38f07db4219e80f48c4249e.zip cpython-41de54378d54f7ffc38f07db4219e80f48c4249e.tar.gz cpython-41de54378d54f7ffc38f07db4219e80f48c4249e.tar.bz2 |
gh-105194: Fix format specifier escaped characters in f-strings (#105231)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-06-02-11-37-12.gh-issue-105194.4eu56B.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-02-11-37-12.gh-issue-105194.4eu56B.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-02-11-37-12.gh-issue-105194.4eu56B.rst new file mode 100644 index 0000000..adee74f --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-02-11-37-12.gh-issue-105194.4eu56B.rst @@ -0,0 +1,2 @@ +Do not escape with backslashes f-string format specifiers. Patch by Pablo +Galindo |