The Wayback Machine - https://web.archive.org/web/20221223111417/https://github.com/python/cpython/pull/19794
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's New in Python 3.9: Reorganize C API Changes #19794

Merged
merged 2 commits into from Apr 29, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 29, 2020

Move Build Changes and C API Changes to the end of the document.
Most Python users don't build Python themselves and don't use the C
API. Other changes:

  • Add Build Changes section
  • Add sub-sections to the C API Changes
  • Sort modules in Improved Modules section: move nntplib after
    multiprocessing

Move Build Changes and C API Changes to the end of the document.
Most Python users don't build Python themselves and don't use the C
API. Other changes:

* Add Build Changes section
* Add sub-sections to the C API Changes
* Sort modules in Improved Modules section: move nntplib after
  multiprocessing
@vstinner
Copy link
Member Author

vstinner commented Apr 29, 2020

@vstinner vstinner added the skip issue label now

There is no "What's in Python 3.9" issue yet. I don't think that it's needed yet.

@vstinner
Copy link
Member Author

vstinner commented Apr 29, 2020

I checked: there is no template that needs to be updated. It seems like release managers don't use a template to create a new Doc/whatsnew/x.y.rst files, but use the latest file and remove content: https://www.python.org/dev/peps/pep-0101/#what-next

@vstinner vstinner closed this Apr 29, 2020
@vstinner vstinner reopened this Apr 29, 2020
@vstinner vstinner merged commit e5963ee into python:master Apr 29, 2020
4 checks passed
@vstinner vstinner deleted the whatsnew39_capi_changes branch Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants