summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2014-04-13 17:45:31 -0700
committerThomas Kluyver <takowl@gmail.com>2014-04-13 17:45:31 -0700
commita39f9b4773cf88e7a9eadea84de9a653c72a1553 (patch)
treec80a1840ba8ac7d3833c5bdaf10c6f5b35079407
parentfcf4ad9b744f845b9c88f63c735ff686f24381e2 (diff)
downloadpexpect-a39f9b4773cf88e7a9eadea84de9a653c72a1553.tar.gz
Add release notes for 3.2
-rw-r--r--doc/history.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 80fd349..57d2cdf 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -4,6 +4,18 @@ History
Releases
--------
+Version 3.2
+```````````
+
+* Fix exception handling from :func:`select.select` on Python 2 (:ghpull:`38`).
+ This was accidentally broken in the previous release when it was fixed for
+ Python 3.
+* Removed a workaround for ``TIOCSWINSZ`` on very old systems, which was causing
+ issues on some BSD systems (:ghpull:`40`).
+* Fixed an issue with exception handling in :mod:`~pexpect.pxssh` (:ghpull:`43`)
+
+The documentation for :mod:`~pexpect.pxssh` was improved.
+
Version 3.1
```````````