Pexpect Changelog

What's new in Pexpect 3.1

Feb 6, 2014
  • Fix an issue that prevented importing pexpect on Python 3 when sys.stdout was reassigned (#30).
  • Improve prompt synchronisation in pxssh (PR #28).
  • Fix pickling exception instances (PR #34).
  • Fix handling exceptions from select.select() on Python 3 (PR #33).