gh-100734: What's New in 3.x: Add missing detail from 3.x branch#114689
gh-100734: What's New in 3.x: Add missing detail from 3.x branch#114689hugovk merged 8 commits intopython:mainfrom
Conversation
| Notable security feature in 3.10.8 | ||
| ================================== | ||
|
|
||
| The deprecated :mod:`!mailcap` module now refuses to inject unsafe text |
There was a problem hiding this comment.
Note: mailcap was removed in 3.13, so we don't need to silence this with ! in the 3.12 and 3.11 backports.
There was a problem hiding this comment.
I think it alright to leave it rather than create a separate 3.12 PR unless you want to.
|
The main issue seems to be that when new features are added to a 3.x.y bugfix releases, the change is added directly to What's New 3.x in the 3.x version instead of the main version and backported. I assume the additions are correct, without going back and checking. What review, if any, would you like? |
That's right, I compared Then repeated for
I guess just a check there's nothing completely out of place? |
|
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
pythonGH-114689) (cherry picked from commit cfb2640) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
Sorry, @hugovk, I could not cleanly backport this to |
|
GH-115526 is a backport of this pull request to the 3.12 branch. |
|
GH-115527 is a backport of this pull request to the 3.11 branch. |
…x branch (pythonGH-114689). (cherry picked from commit cfb2640) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
GH-115526 is a backport of this pull request to the 3.12 branch. |
Fixes #100734.
Add missing details to "What's New in Python 3.x?" from the corresponding version branch.
3.11 was done in PR #114657.
Only went as far back as 2.6; the docs in 2.0-2.5 are .tex and not .rst!
Where the original had
:issue:`xxxxx`, I replaced with the matching:gh:`yyyyy`to future-proof and save a redirect.Doc/whatsnew/3.{9,10,11}.rstare out of sync on various branches #100734📚 Documentation preview 📚: https://cpython-previews--114689.org.readthedocs.build/