This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Steven Lu
Recipients Steven Lu
Date 2020-04-08.17:44:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586367846.83.0.241676972691.issue40229@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-08 17:44:06Steven Lusetrecipients: + Steven Lu
2020-04-08 17:44:06Steven Lusetmessageid: <1586367846.83.0.241676972691.issue40229@roundup.psfhosted.org>
2020-04-08 17:44:06Steven Lulinkissue40229 messages
2020-04-08 17:44:06Steven Lucreate