summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-02-14 17:51:51 -0800
committerJeff Quast <contact@jeffquast.com>2015-02-14 17:51:51 -0800
commitdf3e476c71c8a10d84788b03c79b4167ce6b778b (patch)
treecbe7d0c6d9c51466daab5db44836c07e2e648f50
parent301e1d8a00819c01ba9ecb70fc533619f4907ca4 (diff)
downloadpexpect-support-method-as-run-event-callback.tar.gz
Document method-callback enhancement under 4.0support-method-as-run-event-callback
-rw-r--r--doc/history.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst
index c9d5640..95bf371 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -12,6 +12,8 @@ Version 4.0
coroutine. You can get the result using ``yield from``, or wrap it in an
:class:`asyncio.Task`. This allows the event loop to do other things while
waiting for output that matches a pattern.
+* Enhancement: allow method as callbacks of argument ``events`` for
+ :func:`pexpect.run` (:ghissue:`176`).
Version 3.4
```````````