Skip to content

PyWinpty release v1.0.0

Compare
Choose a tag to compare
@andfoy andfoy released this 27 Apr 02:26

Major release of pywinpty after two years!

Major new features

  • Pywinpty now supports the native API to create pseudoterminals, ConPTY.
  • Wheel distribution for Python 3.9

Major breaking compatibility changes

  • Pywinpty is now compiled using Rust instead of Cython.
  • Low level PTY object has no close() method anymore.