unbuffered partial line output

Jeff Hinrichs jlh at cox.net
Sat Feb 22 17:00:58 EST 2003


> is there some attribute of sys.stdout i'm supposed to set to get my output
> flushed directly to screen, or some other method of outputting text
> that'll get around this? i can't seem to find any mention about output
> buffering in the documentation. or am i doing something completely worng
> without knowing it?

sys.stdout.flush ()
?






More information about the Python-list mailing list