summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2020-06-20 17:16:48 -0700
committerGuido van Rossum <guido@python.org>2020-06-20 17:16:48 -0700
commitf5d9931744502c111c8e3b2204d573a5de00e043 (patch)
treee93e9225dc92d0a1cf8f64986d94de98491144aa
parent4910cc0aee6cd2772bdbae05c725922e466e932e (diff)
downloadcpython-git-f5d9931744502c111c8e3b2204d573a5de00e043.tar.gz
Add blurb
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-16-25.bpo-35975.UDHCHp.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-16-25.bpo-35975.UDHCHp.rst b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-16-25.bpo-35975.UDHCHp.rst
new file mode 100644
index 0000000000..f44a90e783
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-16-25.bpo-35975.UDHCHp.rst
@@ -0,0 +1,3 @@
+Stefan Behnel reported that cf_feature_version is used even when
+PyCF_ONLY_AST is not set. This is against the intention and against the
+documented behavior, so I fixed it.