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 vstinner
Recipients amaury.forgeotdarc, casevh, neologix, pitrou, santoso.wijaya, vstinner
Date 2011-03-04.09:39:31
SpamBayes Score 0.00016725055
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
> This changed with r87824

Yes, I changed Python to open all files in binary mode. With Python < 3.2, you can open sys.std* streams in binary mode using -u command line option (u like unbuffered, not Unicode ;-)).
History
Date User Action Args
2011-03-04 09:39:32vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, casevh, neologix, santoso.wijaya
2011-03-04 09:39:32vstinnersetmessageid: <[email protected]>
2011-03-04 09:39:31vstinnerlinkissue11395 messages
2011-03-04 09:39:31vstinnercreate