summaryrefslogtreecommitdiff
path: root/doc/api/fdpexpect.rst
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2015-10-03 12:55:41 +0100
committerThomas Kluyver <takowl@gmail.com>2015-10-03 12:55:41 +0100
commit823ad5164891ba148cc6857dc1400dedd1e78693 (patch)
tree7fe16736bce26749d4f3641e16d45f904e39e8c6 /doc/api/fdpexpect.rst
parent6d68b93dd1e7e548bc51bee0edf6584efd5d833a (diff)
downloadpexpect-git-823ad5164891ba148cc6857dc1400dedd1e78693.tar.gz
Update docs for PopenSpawn and Windows support
Diffstat (limited to 'doc/api/fdpexpect.rst')
-rw-r--r--doc/api/fdpexpect.rst12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/api/fdpexpect.rst b/doc/api/fdpexpect.rst
index 8321454..3ddf2cd 100644
--- a/doc/api/fdpexpect.rst
+++ b/doc/api/fdpexpect.rst
@@ -13,10 +13,8 @@ fdspawn class
.. automethod:: isalive
.. automethod:: close
- .. note::
- :class:`fdspawn` inherits all of the methods of :class:`~pexpect.spawn`,
- but not all of them can be used, especially if the file descriptor is not
- a terminal. Some methods may do nothing (e.g. :meth:`~fdspawn.kill`), while
- others will raise an exception (e.g. :meth:`~fdspawn.terminate`).
- This behaviour might be made more consistent in the future, so try to
- avoid relying on it. \ No newline at end of file
+ .. method:: expect
+ expect_exact
+ expect_list
+
+ As :class:`pexpect.spawn`.