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 christian.heimes
Recipients benjamin.peterson, christian.heimes, georg.brandl, lopgok
Date 2008-12-07.15:51:10
SpamBayes Score 0.020083796
Marked as misclassified No
Message-id <1228665071.13.0.442978603575.issue4571@psf.upfronthosting.co.za>
In-reply-to
Content
switch to binary mode
>>> sys.stdout = sys.stdout.buffer

switch back
>>> sys.stdout = sys.__stdout__
History
Date User Action Args
2008-12-07 15:51:11christian.heimessetrecipients: + christian.heimes, georg.brandl, benjamin.peterson, lopgok
2008-12-07 15:51:11christian.heimessetmessageid: <1228665071.13.0.442978603575.issue4571@psf.upfronthosting.co.za>
2008-12-07 15:51:10christian.heimeslinkissue4571 messages
2008-12-07 15:51:10christian.heimescreate