diff options
author | Guido van Rossum <guido@python.org> | 2020-06-21 18:00:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 18:00:54 -0700 |
commit | 858dc88ce4cdfb581df8ebb50b5f20f4101761cd (patch) | |
tree | c9c0644cffeca0ef80ee67e098ee9dfd6022f9ef | |
parent | 4d7dabd958359f26068bb4c0282b3af5897930a7 (diff) | |
download | cpython-git-fix-cf-feature-version-38.tar.gz |
Tweak blurb per Victor's requestfix-cf-feature-version-38
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.bpo-35975.UDHCHp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.bpo-35975.UDHCHp.rst b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.bpo-35975.UDHCHp.rst index f44a90e783..73f4a6da2e 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.bpo-35975.UDHCHp.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2020-06-20-17-21-07.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. |