]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-96959: Update HTTP links which are redirected to HTTPS (GH-98039) (#98050)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Oct 2022 19:03:36 +0000 (12:03 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 19:03:36 +0000 (12:03 -0700)
(cherry picked from commit c81c64ca58822156beba79dfd3035bf2a5b7354e)

Co-authored-by: 180909 <734461790@qq.com>
Doc/faq/library.rst
Doc/includes/tzinfo_examples.py

index f79cf4857122747475f92a8372a812e5390e866e..a9cde456575020f489c69282f0b7048e669349a3 100644 (file)
@@ -609,7 +609,7 @@ use ``p.read(n)``.
    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'
    "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
    <https://pypi.org/project/pexpect/>`_.
 
index 9b9e32a553e7d8e82037e9383e22c856a063328e..1fa6e615e46a7634105d2b722b1eb5166a2cd369 100644 (file)
@@ -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
 # and timezone definitions, visit the Olson Database (or try pytz):
 # 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
 # Sunday in March, which is the first Sunday on or after Mar 8.