mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +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.
This commit is contained in:
parent
621b33ce25
commit
d0d0154443
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