]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Aug 2022 09:19:44 +0000 (12:19 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 09:19:44 +0000 (12:19 +0300)
commit54d4b4d992566909182e843f1798534c1853b386
tree12b2ae76146f3ef70f32e12bcca3eb9531e1d1b0
parentc5916a034ab573aaf5bf124e53d987de5cc6d102
[3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) (GH-95644)

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>
38 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/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