[New-bugs-announce] [issue40229] tty unblocking setraw and save-restore features

Steven Lu report at bugs.python.org
Wed Apr 8 13:44:06 EDT 2020


New submission from Steven Lu <steven.lu at prismsus.org>:

I hope to be able to set blocking or unblocking in `tty.setraw` so that I won't need to mess with `termios` in every of my python codes using an unblocking raw mode. I will personally find it useful in the situation where I want a mainloop that continues running even if I'm not typing into my terminal.

I also feel that a save-restore feature will make mode management a lot easier.

----------
components: Library (Lib)
messages: 365996
nosy: Steven Lu
priority: normal
severity: normal
status: open
title: tty unblocking setraw and save-restore features
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40229>
_______________________________________


More information about the New-bugs-announce mailing list