diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-09-27 11:16:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 11:16:23 (GMT) |
commit | 2e315d87ff0e7ac01d532ebb334f7bb8f376bfe6 (patch) | |
tree | fdb5122402d09ab3806b00803a5454cbe1d2241b /Doc/using | |
parent | 6a41d11657e5a2200fbdd782e8e2f45320ab6058 (diff) | |
download | cpython-2e315d87ff0e7ac01d532ebb334f7bb8f376bfe6.zip cpython-2e315d87ff0e7ac01d532ebb334f7bb8f376bfe6.tar.gz cpython-2e315d87ff0e7ac01d532ebb334f7bb8f376bfe6.tar.bz2 |
gh-96959: Update more HTTP links (GH-97536)
Use HTTPS for documents which are available by both HTTP and HTTPS
links, but there is no redirection from HTTP to HTTPS or vice versa.
(cherry picked from commit dd53b79de0ea98af6a11481217a961daef4e9774)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index e0da5d2..4a8655b 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -1165,7 +1165,7 @@ 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 +* `Windows CE <https://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 |