This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum, wojtekwalczak
Date 2007-12-05.05:47:25
SpamBayes Score 0.018854795
Marked as misclassified No
Message-id <1196833647.22.0.0154705577623.issue1400@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-12-05 05:47:27gvanrossumsetspambayes_score: 0.0188548 -> 0.018854795
recipients: + gvanrossum, wojtekwalczak
2007-12-05 05:47:27gvanrossumsetspambayes_score: 0.0188548 -> 0.0188548
messageid: <1196833647.22.0.0154705577623.issue1400@psf.upfronthosting.co.za>
2007-12-05 05:47:27gvanrossumlinkissue1400 messages
2007-12-05 05:47:26gvanrossumcreate