Why doesn't Python include non-blocking keyboard input function?
Chris Angelico
rosuav at gmail.com
Sat Oct 29 10:53:22 EDT 2016
More information about the Python-list mailing list
Sat Oct 29 10:53:22 EDT 2016
- Previous message (by thread): Why doesn't Python include non-blocking keyboard input function?
- Next message (by thread): Why doesn't Python include non-blocking keyboard input function?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Oct 30, 2016 at 1:32 AM, BartC <bc at freeuk.com> wrote: > BTW the functionality of my 'readln a,b,c' differs from the above. > Separators can be anything reasonable. When eol is encountered, it will read > zeros. And errors are not handled: any non-numeric will yield zero. People will disagree as to what is "correct behaviour" in that kind of situation. If someone disagrees with Steve's function, s/he can write a different one. If someone disagrees with your language primitive.... s/he can write a different language? ChrisA
- Previous message (by thread): Why doesn't Python include non-blocking keyboard input function?
- Next message (by thread): Why doesn't Python include non-blocking keyboard input function?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list