unbuffered partial line output

Paul Rubin http
Sat Feb 22 16:43:59 EST 2003


"lynx" <none at of.your.business> writes:
> 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