-- Yang Zhang http://www.mit.edu/~y_z/ -- http://mail.python.org/mailman/listinfo/python-list
Hi, is there any way to get unbuffered stdout/stderr without relying on
the -u flag to python or calling .flush() on each print (including
indirect hacks like replacing sys.stdout with a wrapper that succeeds
each write() with a flush())? Thanks in advance!
- Unbuffered stdout/auto-flush Yang Zhang