summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorShantanu <hauntsaninja@users.noreply.github.com>2020-05-27 20:30:38 (GMT)
committerGitHub <noreply@github.com>2020-05-27 20:30:38 (GMT)
commitc116c94ff119485761460f1033cdee425bed0310 (patch)
tree83d645e05d244b3692c004648a510691a4856a96 /Misc
parentdb5aed931f8a617f7b63e773f62db468fe9c5ca1 (diff)
downloadcpython-c116c94ff119485761460f1033cdee425bed0310.zip
cpython-c116c94ff119485761460f1033cdee425bed0310.tar.gz
cpython-c116c94ff119485761460f1033cdee425bed0310.tar.bz2
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-05-18-22-41-02.bpo-40614.8j3kmq.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-18-22-41-02.bpo-40614.8j3kmq.rst b/Misc/NEWS.d/next/Library/2020-05-18-22-41-02.bpo-40614.8j3kmq.rst
new file mode 100644
index 0000000..238b98c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-05-18-22-41-02.bpo-40614.8j3kmq.rst
@@ -0,0 +1 @@
+:func:`ast.parse` will not parse self documenting expressions in f-strings when passed ``feature_version`` is less than ``(3, 8)``.