gh-106969: Indicate no modules were added in 3.10 & 3.12#106988
gh-106969: Indicate no modules were added in 3.10 & 3.12#106988ambv merged 1 commit intopython:mainfrom
Conversation
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.
|
Thanks @SebastiaanZ for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Thanks @SebastiaanZ for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Sorry, @SebastiaanZ and @ambv, I could not cleanly backport this to |
|
Sorry @SebastiaanZ and @ambv, I had trouble checking out the |
…pythonGH-106988) The "New Modules" section was left in place to ensure that the anchor link for new modules will still exist: /whatsnew/3.12.htmlGH-new-modules /whatsnew/3.10.htmlGH-new-modules This means that existing links to this section don't break.. (cherry picked from commit 6dbffae) Co-authored-by: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com>
|
GH-107093 is a backport of this pull request to the 3.11 branch. |
…pythonGH-106988) The "New Modules" section was left in place to ensure that the anchor link for new modules will still exist: /whatsnew/3.12.htmlGH-new-modules /whatsnew/3.10.htmlGH-new-modules This means that existing links to this section don't break. (cherry picked from commit 6dbffae) Co-authored-by: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com>
|
GH-107094 is a backport of this pull request to the 3.12 branch. |
…06988) (#107094) The "New Modules" section was left in place to ensure that the anchor link for new modules will still exist: /whatsnew/3.12.htmlGH-new-modules /whatsnew/3.10.htmlGH-new-modules This means that existing links to this section don't break. (cherry picked from commit 6dbffae) Co-authored-by: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com>
…107093) [3.11] gh-106969: Indicate no modules were added in 3.10 & 3.12 (GH-106988) The "New Modules" section was left in place to ensure that the anchor link for new modules will still exist: /whatsnew/3.12.htmlGH-new-modules /whatsnew/3.10.htmlGH-new-modules This means that existing links to this section don't break.. (cherry picked from commit 6dbffae) Co-authored-by: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com>
The "New Modules" section was left in place to ensure that the anchor link for the "new modules" section still exists:
/whatsnew/3.12.html#new-modules
/whatsnew/3.10.html#new-modules
This means that existing links to this section don't break, and the lack of new modules is explicitly documented.
I couldn't find a good historical precedent, and the structure of the "What's new" document changed over versions.
📚 Documentation preview 📚: https://cpython-previews--106988.org.readthedocs.build/