]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Aug 2022 13:15:01 +0000 (06:15 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 13:15:01 +0000 (06:15 -0700)
commitbe30a6dc4d7aa998526b1beb101995aa3691145f
tree30dd06498b6d091e84069ded8006df2bf970e678
parent54d4b4d992566909182e843f1798534c1853b386
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)

It updates links which redirect to HTTPS with different authority or
path.
(cherry picked from commit d0d0154443cafb2f0a2cdfb6a1267d80cce8388e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
13 files changed:
Doc/about.rst
Doc/faq/general.rst
Doc/faq/programming.rst
Doc/howto/curses.rst
Doc/install/index.rst
Doc/library/random.rst
Doc/library/stdtypes.rst
Doc/library/tkinter.rst
Doc/whatsnew/2.3.rst
Doc/whatsnew/2.5.rst
Doc/whatsnew/2.6.rst
Lib/test/datetimetester.py
Modules/_datetimemodule.c