[issue41663] Support Windows pseudoterminals in pty and termios modules

2021-11-07 Thread Pradyun Gedam
Pradyun Gedam added the comment: https://github.com/spyder-ide/pywinpty might be relevant; although it's implemented in Rust. -- nosy: +pradyunsg ___ Python tracker ___

[issue41663] Support Windows pseudoterminals in pty and termios modules

2020-09-04 Thread Terry J. Reedy
Change by Terry J. Reedy : -- components: +Library (Lib) stage: -> test needed type: -> enhancement versions: +Python 3.10 ___ Python tracker ___

[issue41663] Support Windows pseudoterminals in pty and termios modules

2020-08-29 Thread Chad Smith
New submission from Chad Smith : The pty and termios modules do not support Windows. Current Python pty documentation suggest Windows might be supported: > The Linux code is supposed to work on other platforms, but hasn’t been tested > yet. but I have confirmed that it is not while adding