-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-100734: What's New in 3.x: Add missing detail from 3.x branch #114689
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
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 <[email protected]>
GH-115526 is a backport of this pull request to the 3.12 branch. |
…ch (GH-114689) (#115526) Co-authored-by: Hugo van Kemenade <[email protected]>
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}.rst
are out of sync on various branches #100734📚 Documentation preview 📚: https://cpython-previews--114689.org.readthedocs.build/