[Python-ideas] Remove tty module

random832 at fastmail.us random832 at fastmail.us
Thu Aug 1 22:18:52 CEST 2013


On Thu, Jul 25, 2013, at 11:58, Andrew Barnert wrote:
> Faking termios on Windows (and presumably faking attributes for the
> cmd.exe console window) would probably be almost as much work as faking
> curses, and a lot less useful, so I'm not sure that would be worth doing.

What about faking conio on Unix? There's no rule that says
cross-platform python APIs have to be inspired by POSIX C APIs. It's a
very simple API and is sufficient to build a pure-python windowing
library on top of.


More information about the Python-ideas mailing list