]> granicus.if.org Git - python/commit
bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)
authorVictor Stinner <vstinner@redhat.com>
Thu, 13 Jun 2019 00:01:29 +0000 (02:01 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 00:01:29 +0000 (02:01 +0200)
commit2c9b498759f4fc74da82a0a96d059d666fa73f16
treef806e0a7172261f5af3b29acdaf5f5da673cec28
parent468e5fec8a2f534f1685d59da3ca4fad425c38dd
bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)

* 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.
Doc/c-api/veryhigh.rst
Doc/whatsnew/3.8.rst