pexpect v4.8.0 Release Notes
Release Date: 2020-01-17 // over 3 years ago-
- ๐ Returned behavior of searchwindowsize to that in 4.3 and earlier (searches are only done within the search window) (#579).
- ๐ Fixed a bug truncating
before
attribute after a timeout (#579). - ๐ Fixed a bug where a search could be less than
searchwindowsize
if it was increased between calls (#579). - โ Minor test cleanups to improve portability (#580) (#581) (#582) (#583) (#584) (#585).
- โฑ Disable chaining of timeout and EOF exceptions (#606).
- Allow traceback included snippet length to be configured via
str_last_chars
rather than always 100 (#598). - โ Python 3 warning added to interact.py (#537).
- โก๏ธ Several doc updates.