diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-04 08:45:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 08:45:03 (GMT) |
commit | d8df7e02071087894e4295e9b299689d8db74973 (patch) | |
tree | b3f8b84c54f6e6db81d0dc1cde60a52d6398772f /Doc/whatsnew/3.7.rst | |
parent | 390c80d2c44e6983ad541fff23d99625abf8a42d (diff) | |
download | cpython-d8df7e02071087894e4295e9b299689d8db74973.zip cpython-d8df7e02071087894e4295e9b299689d8db74973.tar.gz cpython-d8df7e02071087894e4295e9b299689d8db74973.tar.bz2 |
[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>
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 68901fa..545b7c7 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -611,7 +611,7 @@ Contributed by Barry Warsaw and Brett Cannon in :issue:`32248`. .. seealso:: - `importlib_resources <http://importlib-resources.readthedocs.io/en/latest/>`_ + `importlib_resources <https://importlib-resources.readthedocs.io/en/latest/>`_ -- a PyPI backport for earlier Python versions. |