New submission from Steven Lu <steven...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue40229>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to