summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.