Marko Rauhamaa <ma...@pacujo.net>:

> Try flushing after each print.

   <URL: http://stackoverflow.com/questions/230751/how-to-flush-ou
   tput-of-python-print>

   Since Python 3.3, there is no need to use sys.stdout.flush():

    print(*objects, sep=' ', end='\n', file=sys.stdout, flush=False)


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

Reply via email to