summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2014-05-25 11:31:24 -0700
committerjquast <contact@jeffquast.com>2014-05-25 11:31:24 -0700
commitf255ac711e3f5972334f6e3ba1eb951683c4b00e (patch)
tree2376c42d3c2903ea96074cdd90556d20a1d90ef5
parent2d4cf995d527f944fa9a103b5e862b8317143d9f (diff)
downloadpexpect-issue-20-close-shouldnt-sleep.tar.gz
document issue-20 for next releaseissue-20-close-shouldnt-sleep
-rw-r--r--doc/history.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 57d2cdf..ec3c517 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -4,6 +4,13 @@ History
Releases
--------
+Version 3.3
+```````````
+
+* Fixes issue with ``close()`` method called from ``__del__`` calling
+ time.sleep() unnecessarily, causing false TIMEOUT before EOF exceptions
+ on some platforms (namely, OSX).
+
Version 3.2
```````````