pexpect v4.8.0 Release Notes
Release Date: 2020-01-17 // over 6 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
beforeattribute after a timeout (#579). - 🛠 Fixed a bug where a search could be less than
searchwindowsizeif 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_charsrather than always 100 (#598). - ⚠ Python 3 warning added to interact.py (#537).
- ⚡️ Several doc updates.