Skip to content
Snippets Groups Projects
Unverified Commit 75659449 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

[3.10] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (#98050)


(cherry picked from commit c81c64ca)

Co-authored-by: default avatar180909 <734461790@qq.com>
parent 5054ae23
Branches
Tags
No related merge requests found
...@@ -609,7 +609,7 @@ use ``p.read(n)``. ...@@ -609,7 +609,7 @@ use ``p.read(n)``.
substituted for standard input and output. You will have to use pseudo ttys substituted for standard input and output. You will have to use pseudo ttys
("ptys") instead of pipes. Or you can use a Python interface to Don Libes' ("ptys") instead of pipes. Or you can use a Python interface to Don Libes'
"expect" library. A Python extension that interfaces to expect is called "expect" library. A Python extension that interfaces to expect is called
"expy" and available from http://expectpy.sourceforge.net. A pure Python "expy" and available from https://expectpy.sourceforge.net. A pure Python
solution that works like expect is `pexpect solution that works like expect is `pexpect
<https://pypi.org/project/pexpect/>`_. <https://pypi.org/project/pexpect/>`_.
......
...@@ -71,7 +71,7 @@ def first_sunday_on_or_after(dt): ...@@ -71,7 +71,7 @@ def first_sunday_on_or_after(dt):
# DST start and end times. For a complete and up-to-date set of DST rules # DST start and end times. For a complete and up-to-date set of DST rules
# and timezone definitions, visit the Olson Database (or try pytz): # and timezone definitions, visit the Olson Database (or try pytz):
# http://www.twinsun.com/tz/tz-link.htm # http://www.twinsun.com/tz/tz-link.htm
# http://sourceforge.net/projects/pytz/ (might not be up-to-date) # https://sourceforge.net/projects/pytz/ (might not be up-to-date)
# #
# In the US, since 2007, DST starts at 2am (standard time) on the second # In the US, since 2007, DST starts at 2am (standard time) on the second
# Sunday in March, which is the first Sunday on or after Mar 8. # Sunday in March, which is the first Sunday on or after Mar 8.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment