mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-96959: Update HTTP links which are redirected to HTTPS (#98039)
This commit is contained in:
parent
c7b2204996
commit
c81c64ca58
2 changed files with 2 additions and 2 deletions
|
@ -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/>`_.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue