[New-bugs-announce] [issue16115] test that executable arg to Popen() takes precedence over args[0] arg

Chris Jerdonek report at bugs.python.org
Wed Oct 3 08:19:47 CEST 2012


New submission from Chris Jerdonek:

The executable argument to Popen() takes precedence over args[0] when the executable argument is provided.  The test suite should include a test of this that runs on all systems.  The test suite does not currently include such a test.  This test is a precursor to more specific, platform-specific tests that will be added for issue 16114.

----------
assignee: chris.jerdonek
components: Library (Lib)
keywords: easy
messages: 171856
nosy: asvetlov, chris.jerdonek
priority: normal
severity: normal
stage: test needed
status: open
title: test that executable arg to Popen() takes precedence over args[0] arg
versions: Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list