Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
gh-76773: Update docs mentioning no-longer-supported Windows versions & features#92529
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
serhiy-storchaka merged 8 commits intopython:mainfromCAM-Gerlach:docs-update-unsupported-win-verMay 10, 2022
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
8 commits Select commitHold shift + click to select a range
12808fb qh-76773: Update/remove obselete parts of the Windows guide
CAM-Gerlach4501df5 qh-76773: Update outdated links in the Python on Windows guide
CAM-Gerlache880a15 qh-76773: Update mentions of obselete Python versions in Windows guide
CAM-Gerlachf84fbbf qh-76773: Update refs to ancient Windows versions in PC/PCBuild READMEs
CAM-Gerlachc17f901 qh-76773: Update outdated/broken links in PC/PCBuild READMEs
CAM-Gerlach234aa3c qh-76773: Update misc docs mentioning obselete DOS, WinCE & Borland
CAM-Gerlach637ce8e qh-76773: Elide/use consistant Win/MSVC/Py versions in Win docs
CAM-Gerlach34e1254 qh-76773: Revert py ver change 1 place in win doc & clean up code blocks
CAM-GerlachFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
NextNext commit
qh-76773: Update/remove obselete parts of the Windows guide
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit12808fb037ef42a2876f81736ca9ccce7b622296
There are no files selected for viewing
43 changes: 9 additions & 34 deletionsDoc/using/windows.rst
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -566,20 +566,15 @@ System variables, you need non-restricted access to your machine | ||
| .. seealso:: | ||
| https://docs.microsoft.com/en-us/windows/win32/procthread/environment-variables | ||
| Overview of environmentvariableson Windows | ||
| https://technet.microsoft.com/en-us/library/cc754250.aspx | ||
| The SET command, for temporarily modifying environment variables | ||
| https://technet.microsoft.com/en-us/library/cc755104.aspx | ||
| The SETX command, for permanently modifying environment variables | ||
| .. _windows-path-mod: | ||
| @@ -1163,18 +1158,6 @@ you can distribute your application without requiring your users to install | ||
| Python. | ||
| Compiling Python on Windows | ||
| =========================== | ||
| @@ -1184,21 +1167,13 @@ latest release's source or just grab a fresh `checkout | ||
| <https://devguide.python.org/setup/#getting-the-source-code>`_. | ||
| The source tree contains a build solution and project files for Microsoft | ||
| Visual Studio2017, which is the compiler used to build the official Python | ||
zooba marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| releases. These files are in the :file:`PCbuild` directory. | ||
| Check :file:`PCbuild/readme.txt` for general information on the build process. | ||
| For extension modules, consult :ref:`building-on-windows`. | ||
| Other Platforms | ||
| =============== | ||
| @@ -1207,12 +1182,12 @@ With ongoing development of Python, some platforms that used to be supported | ||
| earlier are no longer supported (due to the lack of users or developers). | ||
| Check :pep:`11` for details on all unsupported platforms. | ||
| * `Windows CE <http://pythonce.sourceforge.net/>`_ is | ||
| `no longer supported<https://github.com/python/cpython/issues/71542>`__ | ||
| since Python 3 (if it ever was). | ||
| * The `Cygwin <https://cygwin.com/>`_ installer offers to install the | ||
| `Python interpreter <https://cygwin.com/packages/summary/python3.html>`__ | ||
| as well | ||
| See `Python for Windows <https://www.python.org/downloads/windows/>`_ | ||
| for detailed information about platforms with pre-compiled installers. | ||
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.