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 chris.jerdonek
Recipients Arfrever, asvetlov, chris.jerdonek, kushal.das, python-dev
Date 2012-10-08.08:27:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349684860.36.0.14229318694.issue16115@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-08 08:27:40chris.jerdoneksetrecipients: + chris.jerdonek, Arfrever, asvetlov, python-dev, kushal.das
2012-10-08 08:27:40chris.jerdoneksetmessageid: <1349684860.36.0.14229318694.issue16115@psf.upfronthosting.co.za>
2012-10-08 08:27:40chris.jerdoneklinkissue16115 messages
2012-10-08 08:27:40chris.jerdonekcreate