PyWinpty release v1.0.0
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 noclose()
method anymore.