diff options
author | Cooper Ry Lees <me@cooperlees.com> | 2018-03-23 19:55:51 +0000 |
---|---|---|
committer | Cooper Ry Lees <me@cooperlees.com> | 2018-03-23 19:55:51 +0000 |
commit | 0eeff0246b3404715873c44c47da7b75447088ad (patch) | |
tree | fda87b379f52c85fb21bc15a01178a1a281dc3bf | |
parent | 6db8d9b8e91a49c75bf67a95f245733d357770a8 (diff) | |
download | pexpect-git-0eeff0246b3404715873c44c47da7b75447088ad.tar.gz |
Update doc for 4.5
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | doc/history.rst | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 05a2948..efd2069 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,7 +52,7 @@ copyright = u'2013, Noah Spurrier and contributors' # built documents. # # The short X.Y version. -version = '4.4' +version = '4.5' # The full version, including alpha/beta/rc tags. release = version diff --git a/doc/history.rst b/doc/history.rst index e025b5b..b0107e0 100644 --- a/doc/history.rst +++ b/doc/history.rst @@ -4,6 +4,14 @@ History Releases -------- +Version 4.5 +``````````` + +* :class:`~.spawn` now has a ``use_poll`` parameter. This allows the use + of select.poll() on fds +* :class:`~.fdspawn` now has a ``use_poll`` paramneter. This allow the use + of select.poll() on fds + Version 4.4 ``````````` @@ -295,4 +303,3 @@ Moves and forks to call the new fork Pexpected. Noah Spurrier agreed to let them use the name Pexpect, so Pexpect versions 3 and above are based on this fork, which now lives `here on Github <https://github.com/pexpect/pexpect>`_. - |