summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2023-11-20 15:38:57 (GMT)
committerGitHub <noreply@github.com>2023-11-20 15:38:57 (GMT)
commit7e70e2ed29703e3d06d0908be5c7836a67bae785 (patch)
tree0610e1dcd302e0f9b916e68125ebf8adb0610964 /Misc
parentd4fd165abab9c00ef15fbcd262804163e1a5e389 (diff)
downloadcpython-7e70e2ed29703e3d06d0908be5c7836a67bae785.zip
cpython-7e70e2ed29703e3d06d0908be5c7836a67bae785.tar.gz
cpython-7e70e2ed29703e3d06d0908be5c7836a67bae785.tar.bz2
[3.12] gh-112243: Don't include comments in f-string debug expressions (GH-112284) (#112285)
(cherry picked from commit d59feb5dbe5395615d06c30a95e6a6a9b7681d4d)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-11-20-14-13-02.gh-issue-112243.FKdQnr.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-11-20-14-13-02.gh-issue-112243.FKdQnr.rst b/Misc/NEWS.d/next/Core and Builtins/2023-11-20-14-13-02.gh-issue-112243.FKdQnr.rst
new file mode 100644
index 0000000..d69f29f
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-11-20-14-13-02.gh-issue-112243.FKdQnr.rst
@@ -0,0 +1 @@
+Don't include comments in f-string debug expressions. Patch by Pablo Galindo