On Jul 18, 7:03 am, Tim Chase <python.l...@tim.thechases.com> wrote:
> Lastly, you can force all standard-output in your program to be
> unbuffered without the "-u" parameter:

And if you're using -u a lot, the PYTHONUNBUFFERED environment
variable can also be set (but not empty), so that python adds the
option automatically.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to