Flush stdin
Chris Angelico
rosuav at gmail.com
Sat Oct 18 02:25:29 EDT 2014
More information about the Python-list mailing list
Sat Oct 18 02:25:29 EDT 2014
- Previous message (by thread): Flush stdin
- Next message (by thread): Flush stdin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Oct 17, 2014 at 10:38 PM, Empty Account <emptya45 at gmail.com> wrote: > I will be using this script on Unix based systems and I wondered what > approach I could use > to flush stdin? Why exactly do you need to flush stdin? If you've written a small amount of data to the console, it's stdout that you need to flush. ChrisA
- Previous message (by thread): Flush stdin
- Next message (by thread): Flush stdin
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list