summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2021-08-12 16:13:30 (GMT)
committerGitHub <noreply@github.com>2021-08-12 16:13:30 (GMT)
commit8e832fb2a2cb54d7262148b6ec15563dffb48d63 (patch)
tree0b3fb52778df472a467635e1a8ca8632030ed7b6 /Misc
parent789a6af29f531f78abd2e2f6af80084ccabf80b1 (diff)
downloadcpython-8e832fb2a2cb54d7262148b6ec15563dffb48d63.zip
cpython-8e832fb2a2cb54d7262148b6ec15563dffb48d63.tar.gz
cpython-8e832fb2a2cb54d7262148b6ec15563dffb48d63.tar.bz2
bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729)
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