]> 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:11 +0000 (06:15 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 13:15:11 +0000 (06:15 -0700)
commitc521c5cdc3f766ac5ac3574fa142aeec11c14267
treec4ac11de7900680c57a25001a9d35d7034ccf7d7
parent312dab29a3f83940c501caadda9e653e1c7209b1
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