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.
Created on 2020年06月28日 16:22 by serhiy.storchaka, last changed 2022年04月11日 14:59 by admin.
| Messages (1) | |||
|---|---|---|---|
| msg372524 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2020年06月28日 16:22 | |
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 |
| 2022年04月11日 14:59:33 | admin | set | github: 85322 |
| 2020年06月28日 16:23:08 | serhiy.storchaka | link | issue41063 dependencies |
| 2020年06月28日 16:22:22 | serhiy.storchaka | create | |