summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2021-08-12 16:41:21 (GMT)
committerGitHub <noreply@github.com>2021-08-12 16:41:21 (GMT)
commitc28c2e1cb0dd5fc8b17514e2c4ee17415af733a4 (patch)
treef40302db1a5cd4c6d253b1f29e42133586c1597e /Misc
parent5d444434ad4e1943a88c9d3aadd300fd0f05dab7 (diff)
downloadcpython-c28c2e1cb0dd5fc8b17514e2c4ee17415af733a4.zip
cpython-c28c2e1cb0dd5fc8b17514e2c4ee17415af733a4.tar.gz
cpython-c28c2e1cb0dd5fc8b17514e2c4ee17415af733a4.tar.bz2
[3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743)
(cherry picked from commit 8e832fb2a2cb54d7262148b6ec15563dffb48d63) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-08-11-15-39-57.bpo-44885.i4noUO.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-08-11-15-39-57.bpo-44885.i4noUO.rst b/Misc/NEWS.d/next/Core and Builtins/2021-08-11-15-39-57.bpo-44885.i4noUO.rst
new file mode 100644
index 0000000..c6abd73
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-08-11-15-39-57.bpo-44885.i4noUO.rst
@@ -0,0 +1,2 @@
+Correct the ast locations of f-strings with format specs and repeated
+expressions. Patch by Pablo Galindo