difference in printing to screen Mac / Windows

ryles rylesny at gmail.com
Fri Jul 24 11:22:55 EDT 2009


On Jul 18, 7:03 am, Tim Chase <python.l... at 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.



More information about the Python-list mailing list