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.

作者 steve.dower
收信人 Arfrever, amaury.forgeotdarc, berwin22, chris.jerdonek, eric.araujo, eryksun, mark, martin.panter, mightyiam, ncoghlan, pitrou, r.david.murray, segfaulthunter, srid, steve.dower, vstinner
日期 2016-09-06.22:57:22
SpamBayes Score -1.0
Marked as misclassified
Message-id <1473202642.92.0.424218597962.issue6135@psf.upfronthosting.co.za>
In-reply-to
内容
> Steve: please use this simpler flag to avoid TextIOWrapper details in subprocess.py

The TextIOWrapper details are already specified in multiple places in the documentation. Should we remove all of those and write it more like:

"if *encoding*, *errors* or *universal_newlines* are specified, the streams will be opened in text mode using TextIOWrapper."

That way we make the class part of the interface, but not the interpretation of the arguments. (Currently it's a big mess of encodings and newline transformations.)
历史
日期 用户 动作 参数
2016-09-06 22:57:22steve.dower修改recipients: + steve.dower, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, mark, eric.araujo, segfaulthunter, Arfrever, r.david.murray, srid, mightyiam, chris.jerdonek, martin.panter, eryksun, berwin22
2016-09-06 22:57:22steve.dower修改messageid: <1473202642.92.0.424218597962.issue6135@psf.upfronthosting.co.za>
2016-09-06 22:57:22steve.dower链接issue6135 messages
2016-09-06 22:57:22steve.dower创建