https://github.com/python/cpython/commit/7bc79371a62e8f45542cf5679ed35d0d29e94226 commit: 7bc79371a62e8f45542cf5679ed35d0d29e94226 branch: main author: partev <[email protected]> committer: hugovk <[email protected]> date: 2024-02-22T08:45:26+02:00 summary:
gh-115795: Doc: fix obsolete URL (#115749) files: M Doc/using/windows.rst diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 2a0e7b4b06f586..bfcf1c6882f29d 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -15,7 +15,7 @@ know about when using Python on Microsoft Windows. Unlike most Unix systems and services, Windows does not include a system supported installation of Python. To make Python available, the CPython team has compiled Windows installers (MSI packages) with every `release -<https://www.python.org/download/releases/>`_ for many years. These installers +<https://www.python.org/downloads/>`_ for many years. These installers are primarily intended to add a per-user installation of Python, with the core interpreter and library being used by a single user. The installer is also able to install for all users of a single machine, and a separate ZIP file is _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
