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.

作者 amaury.forgeotdarc
收信人 amaury.forgeotdarc, mark, srid
日期 2009-06-12.18:10:21
SpamBayes Score 0.00018025748
Marked as misclassified
Message-id <1244830223.05.0.869650934885.issue6135@psf.upfronthosting.co.za>
In-reply-to
内容
I propose to add two parameters (encoding, error) to the
subprocess.Popen function.
- python 2.x could build and return codecs.StreamReader objects
- python 3.x would just pass these parameters to io.TextIOWrapper

I'll try to come with a patch.
历史
日期 用户 动作 参数
2009-06-12 18:10:23amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, mark, srid
2009-06-12 18:10:23amaury.forgeotdarc修改messageid: <1244830223.05.0.869650934885.issue6135@psf.upfronthosting.co.za>
2009-06-12 18:10:21amaury.forgeotdarc链接issue6135 messages
2009-06-12 18:10:21amaury.forgeotdarc创建