summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-04-24 21:10:03 -0700
committerJeff Quast <contact@jeffquast.com>2015-04-24 21:10:03 -0700
commit8dafe9ad04bf3237b1c8a7c00e9c007b446ffc33 (patch)
tree83f6eccf7020a47bb8c30332e25ef96ee7e78b3c /doc
parentfba2c6c4d903c2d1e4eca5fbd0db2336d7656ef0 (diff)
parentdf3e476c71c8a10d84788b03c79b4167ce6b778b (diff)
downloadpexpect-8dafe9ad04bf3237b1c8a7c00e9c007b446ffc33.tar.gz
Merge pull request #178 from pexpect/support-method-as-run-event-callback
Support MethodType as callback for pexpect.run(event=...)
Diffstat (limited to 'doc')
-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
```````````