On 2014-10-18 17:55, Nobody wrote:
On Fri, 17 Oct 2014 12:38:54 +0100, Empty Account wrote:I am using netcat to listen to a port and python to read stdin and print to the console. nc -l 2003 | python print_metrics.py sys.stdin.flush() doesn’t seem to flush stdin,You can't "flush" an input stream.
[snip] Flushing an input stream means (or could mean) discarding any data that's currently in the buffer. -- https://mail.python.org/mailman/listinfo/python-list