summaryrefslogtreecommitdiff
path: root/doc/api/pexpect.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/pexpect.rst')
-rw-r--r--doc/api/pexpect.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/pexpect.rst b/doc/api/pexpect.rst
index 93e38c3..565f0ef 100644
--- a/doc/api/pexpect.rst
+++ b/doc/api/pexpect.rst
@@ -77,6 +77,8 @@ However, for a proper unicode API to a subprocess, use this subclass:
.. autoclass:: spawnu
:show-inheritance:
+There is also a :func:`runu` function, the unicode counterpart to :func:`run`.
+
.. note::
Unicode handling with pexpect works the same way on Python 2 and 3, despite
@@ -90,6 +92,8 @@ run function
.. autofunction:: run
+.. autofunction:: runu
+
Exceptions
----------