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 ezio.melotti
Recipients docs@python, ezio.melotti, loewis, ntrrgc, r.david.murray, sbt
Date 2013-08-20.15:21:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377012086.6.0.238175178614.issue18512@psf.upfronthosting.co.za>
In-reply-to
Content
> A workaround is to perform sys.stdout.flush() before 
> sys.stdout.buffer.write().

FWIW you can just use print(..., flush=True) from 3.3+.
History
Date User Action Args
2013-08-20 15:21:26ezio.melottisetrecipients: + ezio.melotti, loewis, r.david.murray, docs@python, sbt, ntrrgc
2013-08-20 15:21:26ezio.melottisetmessageid: <1377012086.6.0.238175178614.issue18512@psf.upfronthosting.co.za>
2013-08-20 15:21:26ezio.melottilinkissue18512 messages
2013-08-20 15:21:26ezio.melotticreate