X Tutup
Skip to content

[3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)#14035

Closed
miss-islington wants to merge 1 commit intopython:3.8from
miss-islington:backport-2c9b498-3.8
Closed

[3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019)#14035
miss-islington wants to merge 1 commit intopython:3.8from
miss-islington:backport-2c9b498-3.8

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jun 13, 2019

  • 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 2c9b498)

Co-authored-by: Victor Stinner vstinner@redhat.com

https://bugs.python.org/issue37253

* 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 2c9b498)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@vstinner
Copy link
Copy Markdown
Member

Oh, the master change has a typo: #14036 I will backport the change manually.

@vstinner vstinner closed this Jun 13, 2019
@miss-islington miss-islington deleted the backport-2c9b498-3.8 branch June 13, 2019 00:11
@miss-islington
Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup