how do i disable buffered output, like Perl's '$|=1'?

Emile van Sebille emile at fenx.com
Sun Jan 14 12:37:34 EST 2001


I'm not sure what the perl code means, but perhaps what
you're looking for is the '-u' parameter to python:  eg
python -u myscript.py

HTH

--

Emile van Sebille
emile at fenx.com
-------------------


"floR" <flor_pino at hotmail.com> wrote in message
news:979490967.23219.0.pluto.d4ee691b at news.demon.nl...
> I can't find anywhere how I can disable 'buffered output',
or whatever it is
> called.
> In Perl, you simply say $|=1, but in Python?
> Can anyone help me?
>
> TIA,
> Rolf Raven
>
>





More information about the Python-list mailing list