diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-04 10:30:05 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 10:30:05 (GMT) |
| commit | d0d0154443cafb2f0a2cdfb6a1267d80cce8388e (patch) | |
| tree | f4602d75ba6e3f6cf18974d32584e07ac099194d /Lib/test/datetimetester.py | |
| parent | 621b33ce258f3eaf154322c1edf0ead1e4892e36 (diff) | |
| download | cpython-d0d0154443cafb2f0a2cdfb6a1267d80cce8388e.zip cpython-d0d0154443cafb2f0a2cdfb6a1267d80cce8388e.tar.gz cpython-d0d0154443cafb2f0a2cdfb6a1267d80cce8388e.tar.bz2 | |
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
It updates links which redirect to HTTPS with different authority or
path.
Diffstat (limited to 'Lib/test/datetimetester.py')
| -rw-r--r-- | Lib/test/datetimetester.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py index 311f9db..7e7f4f3 100644 --- a/Lib/test/datetimetester.py +++ b/Lib/test/datetimetester.py @@ -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 |
