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 benjamin.peterson
Recipients benjamin.peterson, lopgok
Date 2008-12-07.03:14:59
SpamBayes Score 0.0028738128
Marked as misclassified No
Message-id <1228619700.59.0.56643958207.issue4571@psf.upfronthosting.co.za>
In-reply-to
Content
You can write to the underlying raw stream:

sys.stdout.buffer.write(b'abc')
History
Date User Action Args
2008-12-07 03:15:00benjamin.petersonsetrecipients: + benjamin.peterson, lopgok
2008-12-07 03:15:00benjamin.petersonsetmessageid: <1228619700.59.0.56643958207.issue4571@psf.upfronthosting.co.za>
2008-12-07 03:14:59benjamin.petersonlinkissue4571 messages
2008-12-07 03:14:59benjamin.petersoncreate