{{ message }}
gh-76773: Update docs mentioning no-longer-supported Windows versions & features#92529
Merged
serhiy-storchaka merged 8 commits intoMay 10, 2022
Merged
Conversation
zooba
reviewed
May 9, 2022
zooba
left a comment
Member
There was a problem hiding this comment.
No objections, but not ready to merge yet
Sorry, something went wrong.
zooba
approved these changes
May 9, 2022
zooba
left a comment
Member
There was a problem hiding this comment.
LGTM. Not sure if anyone else is reviewing, so I won't merge immediately
Sorry, something went wrong.
brettcannon
approved these changes
May 10, 2022
serhiy-storchaka
approved these changes
May 10, 2022
Contributor
|
Thanks @CAM-Gerlach for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10, 3.11. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 10, 2022
…rsions & features (pythonGH-92529) (cherry picked from commit f1bbcba) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 10, 2022
…rsions & features (pythonGH-92529) (cherry picked from commit f1bbcba) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 10, 2022
…rsions & features (pythonGH-92529) (cherry picked from commit f1bbcba) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
added a commit
that referenced
this pull request
May 10, 2022
miss-islington
added a commit
that referenced
this pull request
May 10, 2022
miss-islington
added a commit
that referenced
this pull request
May 10, 2022
hello-adam
pushed a commit
to hello-adam/cpython
that referenced
this pull request
Jun 2, 2022
…ows versions & features (pythonGH-92529) (pythonGH-92610) (cherry picked from commit f1bbcba) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> Automerge-Triggered-By: GH:serhiy-storchaka
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
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.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.
In #76773 , I compiled a detailed list of places where currently or (then-)to-be-unsupported Windows versions were referred to in the context of being current, with a focus on documentation. Unfortunately, as the issue became mired for a time in debates about whether and when it was necessary to drop Windows <8.1 support, I was never able to follow up and update them.
Support for Windows <8.1 was broken in PR #18231 to fix issue #83582 (CVE-2020-8315), dropped officially (albeit rather unceremoniously, with only a short news entry and without documentation updates) in @zooba 's PR #21656 to resolve issue #85584 and clarified a bit at least in the "Using Python on Windows" document in PR #23603 addressing issue #42523 . However, it appears that besides that, few of the others enumerated there were actually updated.
Therefore, this PR updates them, as well as a handful of other mentions I found in the process. In particular, it:
All of the changes should be backport-safe since the removed/updated portions are mostly long-obsolete and support for Windows <8.1 was dropped in Python 3.9, the earliest version still accepting bugfix PRs; I avoided any changes that were potentially version-specific or referred to anything 3.9 or later.