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/library/sys.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/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 632ce62..43db4ba 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1799,4 +1799,4 @@ always available. .. rubric:: Citations -.. [C99] ISO/IEC 9899:1999. "Programming languages -- C." A public draft of this standard is available at http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf\ . +.. [C99] ISO/IEC 9899:1999. "Programming languages -- C." A public draft of this standard is available at https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf\ . |