[issue1400] Py3k's print() flushing problem

Guido van Rossum report at bugs.python.org
Wed Dec 5 06:47:27 CET 2007


Guido van Rossum added the comment:

In r59341 I added a flush of stdout and stderr at the end of each
command that restores the following behavior:

>>> n = sys.stdout.write('X')
X>>> 

I still need to change io.py to properly implement line buffering
though; the current implementation is wrong.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1400>
__________________________________


More information about the Python-bugs-list mailing list