[issue8213] Python 3 ignored PYTHONUNBUFFERED and -u

STINNER Victor report at bugs.python.org
Wed Mar 24 20:08:43 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Use :

...     print(i, end=' ')
...     sys.stdout.flush()
...     time.sleep(1)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8213>
_______________________________________


More information about the Python-bugs-list mailing list