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 asvetlov, chris.jerdonek
Date 2012-10-03.06:19:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349245187.63.0.540491490276.issue16115@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-03 06:19:47chris.jerdoneksetrecipients: + chris.jerdonek, asvetlov
2012-10-03 06:19:47chris.jerdoneksetmessageid: <1349245187.63.0.540491490276.issue16115@psf.upfronthosting.co.za>
2012-10-03 06:19:47chris.jerdoneklinkissue16115 messages
2012-10-03 06:19:46chris.jerdonekcreate