summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-04-26 14:05:42 -0700
committerJeff Quast <contact@jeffquast.com>2015-04-26 14:05:42 -0700
commite2e7952f23ffdc6486b70bb5288ee6a39fc95ddc (patch)
tree8d9d9e966e4a727286a82d85f20c5e660bbeb2e6
parent4bd7305df7a582887db7202128f285a2970aca6f (diff)
downloadpexpect-noexception-on-wait-after-terminate.tar.gz
Add wait() change to doc/history.rstnoexception-on-wait-after-terminate
-rw-r--r--doc/history.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 95bf371..7844270 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -14,6 +14,9 @@ Version 4.0
waiting for output that matches a pattern.
* Enhancement: allow method as callbacks of argument ``events`` for
:func:`pexpect.run` (:ghissue:`176`).
+* It is now possible to call :meth:`~.wait` multiple times, or after a process
+ is already determined to be terminated without raising an exception
+ (:ghpull:`211`).
Version 3.4
```````````