diff options
author | jquast <contact@jeffquast.com> | 2014-06-01 17:33:50 -0700 |
---|---|---|
committer | jquast <contact@jeffquast.com> | 2014-06-01 17:33:50 -0700 |
commit | 8807914872e9694f62656505f83997f46e63ffaa (patch) | |
tree | 444d2c5f7c46802e15ed2236eda67da266ef3f1e /doc/history.rst | |
parent | 752b17ec1efbf271d506e246c10e55c6e38cb629 (diff) | |
download | pexpect-git-8807914872e9694f62656505f83997f46e63ffaa.tar.gz |
folders should not be returned by pexpect.which()
Diffstat (limited to 'doc/history.rst')
-rw-r--r-- | doc/history.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/history.rst b/doc/history.rst index 57d2cdf..151680b 100644 --- a/doc/history.rst +++ b/doc/history.rst @@ -4,6 +4,15 @@ 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). +* Fixed issue where pexpect would attempt to execute a directory because + it has the 'execute' bit set. + Version 3.2 ``````````` |