summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2020-06-21 18:00:01 -0700
committerGitHub <noreply@github.com>2020-06-21 18:00:01 -0700
commit910ee28efc355aaa6513d69799b64b97c35ca762 (patch)
tree7c29e99781ea47e0e7b4268ab1ef004580431a82
parent274e5e01f95857015cd9c9b9e535d57b5e3dae91 (diff)
downloadcpython-git-fix-cf-feature-version-39.tar.gz
Tweak blurb per Victor's requestfix-cf-feature-version-39
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-16-25.bpo-35975.UDHCHp.rst2
1 files changed, 1 insertions, 1 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
index f44a90e783..73f4a6da2e 100644
--- 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
@@ -1,3 +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.
+documented behavior, so it's been fixed.