diff options
author | Guido van Rossum <guido@python.org> | 2020-06-20 17:16:48 -0700 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2020-06-20 17:16:48 -0700 |
commit | f5d9931744502c111c8e3b2204d573a5de00e043 (patch) | |
tree | e93e9225dc92d0a1cf8f64986d94de98491144aa | |
parent | 4910cc0aee6cd2772bdbae05c725922e466e932e (diff) | |
download | cpython-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.rst | 3 |
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. |