Noam Yorav-Raphael <noamr...@gmail.com> added the comment: I can call flush() after the user code was executed, but a code like this:
>>> for i in range(10): ... print(i, end=' ') ... time.sleep(1) will show the numbers only after 10 seconds, while I would like a number printed every second. I now see that that's what the regular shell does, so it's probably not a very big deal. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8213> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com