summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedek Racz <betontalpfa@gmail.com>2020-02-06 11:36:08 +0100
committerGitHub <noreply@github.com>2020-02-06 11:36:08 +0100
commitd977fdd84cf01827211dba854befb547b965b2a0 (patch)
treeb28a0fd0f704e956e11f9f750225963449c7ba9c
parent87aa70e45787da21a316930290426e0828dad95f (diff)
downloadpexpect-git-d977fdd84cf01827211dba854befb547b965b2a0.tar.gz
Update doc: Wexpect is maintained
Wexpect is a maintained (almost for a year) alternative of pexpect for Windows. - All (non-Linux specific) pexpect testcases passes with - ~80% coverage
-rw-r--r--doc/overview.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index aeb8887..5520b20 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -264,6 +264,8 @@ When run by ``PopenSpawn``, they may behave differently.
.. seealso::
- `winpexpect <https://pypi.python.org/pypi/winpexpect>`__ and `wexpect <https://gist.github.com/anthonyeden/8488763>`__
- Two unmaintained pexpect-like modules for Windows, which work with a
- hidden console.
+ `wexpect <https://pypi.org/project/wexpect/>`__ is a maintained
+ alternative for Windows. It supports pyton3.x
+
+ `winpexpect <https://pypi.python.org/pypi/winpexpect>`__ is unmaintained
+ pexpect-like module, which work with a hidden console.