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 amcnabb
Recipients amaury.forgeotdarc, amcnabb, georg.brandl, pitrou
Date 2010-02-18.19:42:37
SpamBayes Score 4.681019e-08
Marked as misclassified No
Message-id <1266522160.52.0.241838947934.issue7955@psf.upfronthosting.co.za>
In-reply-to
Content
I would imagine that this would come up in most programs that read data from a pipe or from a socket (which are binary data) and then output to stdout or stderr.  I ran across the problem in my first non-trivial port to Python 3, and it seems like a common case to me.

But having the weird behavior documented is the most important thing.
History
Date User Action Args
2010-02-18 19:42:40amcnabbsetrecipients: + amcnabb, georg.brandl, amaury.forgeotdarc, pitrou
2010-02-18 19:42:40amcnabbsetmessageid: <1266522160.52.0.241838947934.issue7955@psf.upfronthosting.co.za>
2010-02-18 19:42:37amcnabblinkissue7955 messages
2010-02-18 19:42:37amcnabbcreate