Unbuffered stdout

leon leonar_n at epita.fr
Mon Nov 29 09:17:09 EST 1999


Hi there !

I'm developping an IRC like software which must work on the Web. I can't use
Java,
and I'm using Python to program the CGI.
But, I have a big problem : I don't know how to make the stdout unbuffered.
I tried to make some
    sys.stdout.write("test")
    sys.stdout.flush()
but it don't work.

So any idea ??


Leon.






More information about the Python-list mailing list