]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Aug 2022 08:45:03 +0000 (11:45 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 08:45:03 +0000 (11:45 +0300)
commitd8df7e02071087894e4295e9b299689d8db74973
treeb3f8b84c54f6e6db81d0dc1cde60a52d6398772f
parent390c80d2c44e6983ad541fff23d99625abf8a42d
[3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) (GH-95643)

If an HTTP link is redirected to a same looking HTTPS link, the latter can
be used directly without changes in readability and behavior.
It protects from a men-in-the-middle attack.

This change does not affect Python examples..
(cherry picked from commit f79547a429d5c90af83a0da821e082cba20d4712)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
39 files changed:
.github/CONTRIBUTING.rst
Doc/extending/index.rst
Doc/faq/design.rst
Doc/faq/extending.rst
Doc/faq/programming.rst
Doc/howto/cporting.rst
Doc/howto/curses.rst
Doc/howto/functional.rst
Doc/howto/pyporting.rst
Doc/howto/unicode.rst
Doc/howto/urllib2.rst
Doc/library/collections.rst
Doc/library/difflib.rst
Doc/library/gettext.rst
Doc/library/http.client.rst
Doc/library/importlib.resources.rst
Doc/library/json.rst
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/secrets.rst
Doc/library/shutil.rst
Doc/library/socket.rst
Doc/library/statistics.rst
Doc/library/string.rst
Doc/library/sys.rst
Doc/library/tkinter.rst
Doc/library/xmlrpc.client.rst
Doc/license.rst
Doc/reference/introduction.rst
Doc/using/cmdline.rst
Doc/using/mac.rst
Doc/whatsnew/2.5.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/2.7.rst
Doc/whatsnew/3.1.rst
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.7.rst