]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Aug 2022 07:13:49 +0000 (10:13 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 07:13:49 +0000 (10:13 +0300)
commitf79547a429d5c90af83a0da821e082cba20d4712
tree529f0f5c398d524e7ae54685fb22100ab2914b8f
parentbcc74d509a3bd7e4fdc658179ae6d77614d1fd36
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)

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.
40 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/random.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