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 arjennienhuis, barry, benjamin.peterson, christian.heimes, durin42, ecir.hana, eric.smith, exarkun, ezio.melotti, flox, glyph, gregory.p.smith, gvanrossum, loewis, martin.panter, nlevitt@gmail.com, pitrou, serhiy.storchaka, stendec, terry.reedy, uau, vstinner
Date 2013-10-11.01:18:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381454330.8.0.337986111276.issue3982@psf.upfronthosting.co.za>
In-reply-to
Content
> You can use sys.stdout.buffer.write.

Note that there's no guarantee that sys.stdout.buffer exists, e.g. if sys.stdout has been replaced with a StringIO.
History
Date User Action Args
2013-10-11 01:18:51ezio.melottisetrecipients: + ezio.melotti, gvanrossum, loewis, barry, terry.reedy, gregory.p.smith, exarkun, pitrou, vstinner, eric.smith, christian.heimes, benjamin.peterson, glyph, durin42, arjennienhuis, flox, ecir.hana, uau, martin.panter, serhiy.storchaka, nlevitt@gmail.com, stendec
2013-10-11 01:18:50ezio.melottisetmessageid: <1381454330.8.0.337986111276.issue3982@psf.upfronthosting.co.za>
2013-10-11 01:18:50ezio.melottilinkissue3982 messages
2013-10-11 01:18:50ezio.melotticreate