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 d0d0154443)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-08-04 06:15:01 -07:00 committed by GitHub
parent 54d4b4d992
commit be30a6dc4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
"""Test date/time type.
See http://www.zope.org/Members/fdrake/DateTimeWiki/TestCases
See https://www.zope.dev/Members/fdrake/DateTimeWiki/TestCases
"""
import io
import itertools