[issue16115] test that executable arg to Popen() takes precedence over args

Chris Jerdonek report at bugs.python.org
Mon Oct 8 10:27:40 CEST 2012


Chris Jerdonek added the comment:

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.

----------
versions: +Python 2.7, Python 3.2
Added file: http://bugs.python.org/file27483/issue-16115-1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16115>
_______________________________________


More information about the Python-bugs-list mailing list