]> granicus.if.org Git - python/commit
[3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-14038)
authorVictor Stinner <vstinner@redhat.com>
Thu, 13 Jun 2019 00:40:41 +0000 (02:40 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 00:40:41 +0000 (02:40 +0200)
commitf9445a391e6a91103fbe88bff4d3adc07f526c73
tree51260abaf0f407e54a25af8c745cbc4743666347
parent92e836c7dcaf74f7b8617250414224d24d1eb1f2
[3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-14038)

* Update PyCompilerFlags structure documentation.
* Document the new cf_feature_version field in the Changes in the C
  API section of the What's New in Python 3.8 doc.

(cherry picked from commit 2c9b498759f4fc74da82a0a96d059d666fa73f16)
Doc/c-api/veryhigh.rst
Doc/whatsnew/3.8.rst