8000 gh-106969: Indicate no modules were added in 3.10 & 3.12 by SebastiaanZ · Pull Request #106988 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-106969: Indicate no modules were added in 3.10 & 3.12 #106988

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-106969: Indicate no modules were added in 3.10 & 3.12
The "New Modules" section was left in place to ensure that the anchor
link for new modules will still exist:

/whatsnew/3.12.html#new-modules
/whatsnew/3.10.html#new-modules

This means that existing links to this section don't break.
  • Loading branch information
SebastiaanZ committed Jul 22, 2023
commit 3439681380d39c45c26d068ac508694933cd0ebd
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ Other Language Changes
New Modules
===========

* None yet.
* None.


Improved Modules
Expand Down
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ Other Language Changes
New Modules
===========

* None yet.
* None.


Improved Modules
Expand Down
0