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.

作者 chris.jerdonek
收信人 Arfrever, asvetlov, chris.jerdonek, kushal.das, python-dev
日期 2012-10-08.08:27:37
SpamBayes Score -1.0
Marked as misclassified
Message-id <1349684860.36.0.14229318694.issue16115@psf.upfronthosting.co.za>
In-reply-to
内容
Proposed patch attached.

I verified that the tests included in the patch pass on 2.7, 3.2, 3.3, and default (replacing FileNotFoundError with OSError as necessary).  I also verified that the tests pass on Windows for default.

The patch also includes improvements to the parts of Popen()'s documentation that relate to the added tests.  The improvements simplify the documentation by more clearly separating the argument-specific documentation from the default/general behavior.  Previously, certain general information was under various argument-specific paragraphs which made the documentation less clear.
历史
日期 用户 动作 参数
2012-10-08 08:27:40chris.jerdonek修改recipients: + chris.jerdonek, Arfrever, asvetlov, python-dev, kushal.das
2012-10-08 08:27:40chris.jerdonek修改messageid: <1349684860.36.0.14229318694.issue16115@psf.upfronthosting.co.za>
2012-10-08 08:27:40chris.jerdonek链接issue16115 messages
2012-10-08 08:27:40chris.jerdonek创建