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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1400>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to