mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
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:
parent
54d4b4d992
commit
be30a6dc4d
13 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue