Skip to content

3.2

Compare
Choose a tag to compare
@takluyver takluyver released this 15 Apr 01:37
· 845 commits to master since this release
  • Fix exception handling from select.select() on Python 2 (PR #38). This was accidentally broken in the previous release when it was fixed for Python 3.
  • Removed a workaround for TIOCSWINSZ on very old systems, which was causing issues on some BSD systems (PR #40).
  • Fixed an issue with exception handling in pxssh (PR #43)

The documentation for pxssh was improved.