Skip to content

Commit c81c64c

Browse files
authored
gh-96959: Update HTTP links which are redirected to HTTPS (#98039)
1 parent c7b2204 commit c81c64c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/faq/library.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ use ``p.read(n)``.
609609
substituted for standard input and output. You will have to use pseudo ttys
610610
("ptys") instead of pipes. Or you can use a Python interface to Don Libes'
611611
"expect" library. A Python extension that interfaces to expect is called
612-
"expy" and available from http://expectpy.sourceforge.net. A pure Python
612+
"expy" and available from https://expectpy.sourceforge.net. A pure Python
613613
solution that works like expect is `pexpect
614614
<https://pypi.org/project/pexpect/>`_.
615615

Doc/includes/tzinfo_examples.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def first_sunday_on_or_after(dt):
7171
# DST start and end times. For a complete and up-to-date set of DST rules
7272
# and timezone definitions, visit the Olson Database (or try pytz):
7373
# http://www.twinsun.com/tz/tz-link.htm
74-
# http://sourceforge.net/projects/pytz/ (might not be up-to-date)
74+
# https://sourceforge.net/projects/pytz/ (might not be up-to-date)
7575
#
7676
# In the US, since 2007, DST starts at 2am (standard time) on the second
7777
# Sunday in March, which is the first Sunday on or after Mar 8.

0 commit comments

Comments
 (0)