Peter Otten <__pete...@web.de>:

> In addition to what already has been said: you can switch off output
> buffering of stdout/stderr with
>
> python -u out.py
>
> or by setting the PYTHONUNBUFFERED environment variable.

Very often such externalities are not in the control of the application
developer.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to