diff options
author | 180909 <734461790@qq.com> | 2022-10-07 18:52:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 18:52:45 (GMT) |
commit | c81c64ca58822156beba79dfd3035bf2a5b7354e (patch) | |
tree | 5cb612dd81f5f9d03c42dec5df2c5eb1a072bb6b /Doc/faq | |
parent | c7b220499662f0c7a4cae51e33372f92ca7b1ee9 (diff) | |
download | cpython-c81c64ca58822156beba79dfd3035bf2a5b7354e.zip cpython-c81c64ca58822156beba79dfd3035bf2a5b7354e.tar.gz cpython-c81c64ca58822156beba79dfd3035bf2a5b7354e.tar.bz2 |
gh-96959: Update HTTP links which are redirected to HTTPS (#98039)
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/library.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/library.rst b/Doc/faq/library.rst index f79cf48..a9cde45 100644 --- a/Doc/faq/library.rst +++ b/Doc/faq/library.rst @@ -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/>`_. |