Add section on security fixes, backports, backwards-incompatible fixes#1835
Open
sethmlarson wants to merge 2 commits into
Open
Add section on security fixes, backports, backwards-incompatible fixes#1835sethmlarson wants to merge 2 commits into
sethmlarson wants to merge 2 commits into
Conversation
Documentation build overview
|
| to all Python versions or enabled by default, see the CVE record for | ||
| more information. | ||
|
|
||
| .. _source-only: https://devguide.python.org/developer-workflow/development-cycle/#security-branches |
Member
There was a problem hiding this comment.
Can we please have a ref instead?
gpshead
approved these changes
Jun 13, 2026
hugovk
approved these changes
Jun 13, 2026
Comment on lines
+165
to
+166
| will decide with the relevant Release Manager(s) whether to proceed | ||
| with introducing a backwards incompatible change to fix a security vulnerability |
Member
There was a problem hiding this comment.
Suggested change
| will decide with the relevant Release Manager(s) whether to proceed | |
| with introducing a backwards incompatible change to fix a security vulnerability | |
| will decide with the relevant Release Managers whether to introduce | |
| a backwards incompatible change to fix a security vulnerability |
| will decide with the relevant Release Manager(s) whether to proceed | ||
| with introducing a backwards incompatible change to fix a security vulnerability | ||
| in a stable version. This may affect whether a security fix is backported | ||
| to all Python versions or enabled by default, see the CVE record for |
Member
There was a problem hiding this comment.
Suggested change
| to all Python versions or enabled by default, see the CVE record for | |
| to all Python versions or enabled by default. See the CVE record for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a section about how backwards-incompatible security fixes are handled along with information about security fixes being backported.