15
0

- update to 4.8.0

* Returned behavior of searchwindowsize to that in 4.3 and earlier
 * Fixed a bug truncating before attribute after a timeout 
 * Fixed a bug where a search could be less than searchwindowsize
    if it was increased between calls
 * Minor test cleanups to improve portability
 * Disable chaining of timeout and EOF exceptions
 * Several doc updates.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=51
This commit is contained in:
2020-02-14 12:54:55 +00:00
committed by Git OBS Bridge
parent 65cdcb4334
commit 89afa07900
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 14 12:44:51 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 4.8.0
* Returned behavior of searchwindowsize to that in 4.3 and earlier
* Fixed a bug truncating before attribute after a timeout
* Fixed a bug where a search could be less than searchwindowsize
if it was increased between calls
* Minor test cleanups to improve portability
* Disable chaining of timeout and EOF exceptions
* Several doc updates.
-------------------------------------------------------------------
Thu Feb 6 10:09:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>