diff options
| author | Jeff Quast <contact@jeffquast.com> | 2015-04-26 14:05:42 -0700 |
|---|---|---|
| committer | Jeff Quast <contact@jeffquast.com> | 2015-04-26 14:05:42 -0700 |
| commit | e2e7952f23ffdc6486b70bb5288ee6a39fc95ddc (patch) | |
| tree | 8d9d9e966e4a727286a82d85f20c5e660bbeb2e6 /doc | |
| parent | 4bd7305df7a582887db7202128f285a2970aca6f (diff) | |
| download | pexpect-e2e7952f23ffdc6486b70bb5288ee6a39fc95ddc.tar.gz | |
Add wait() change to doc/history.rstnoexception-on-wait-after-terminate
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/history.rst | 3 |
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 ``````````` |
