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 chris.jerdonek, cvrebert, docs@python
Date 2012-08-27.16:08:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346083737.84.0.799156787268.issue15533@psf.upfronthosting.co.za>
In-reply-to
Content
Attached are a few test cases showing that Popen *does* consider cwd when searching for the executable (as well as for args[0]), and in particular that you *can* specify the program's path relative to cwd.

I also moved the test_cwd test to be adjacent to the other cwd test (the one that tests cwd with the executable argument).

I can also prepare the documentation changes for addition to the patch.
History
Date User Action Args
2012-08-27 16:08:57chris.jerdoneksetrecipients: + chris.jerdonek, cvrebert, docs@python
2012-08-27 16:08:57chris.jerdoneksetmessageid: <1346083737.84.0.799156787268.issue15533@psf.upfronthosting.co.za>
2012-08-27 16:08:57chris.jerdoneklinkissue15533 messages
2012-08-27 16:08:57chris.jerdonekcreate