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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2020-06-28.16:22:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593361342.8.0.644791868441.issue41150@roundup.psfhosted.org>
In-reply-to
Content
The pipes module was designed as a Python interface to Unix shell pipelines. In Python 2 it works with binary streams (on Unix). But in Python 3 it opens all files and pipes in text mode with the locale encoding. It makes it unapplicable for processing binary data and text data non-encodable with the locale encoding.
History
Date User Action Args
2020-06-28 16:22:22serhiy.storchakasetrecipients: + serhiy.storchaka
2020-06-28 16:22:22serhiy.storchakasetmessageid: <1593361342.8.0.644791868441.issue41150@roundup.psfhosted.org>
2020-06-28 16:22:22serhiy.storchakalinkissue41150 messages
2020-06-28 16:22:22serhiy.storchakacreate