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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16115>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to