➜

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.

作者 chris.jerdonek
收信人 Arfrever, asvetlov, chris.jerdonek, kushal.das, python-dev
日期 2012-10-05.20:11:11
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1349467871.94.0.396175735437.issue16115@psf.upfronthosting.co.za>
In-reply-to
内容
Actually, I was still working on this.  I had assigned it to myself.

+        p = subprocess.Popen(["nonexistent","-c",'import sys; sys.exit(42)'],
+                            executable=sys.executable, cwd=python_dir)

The test for the executable argument should really test the executable argument independent of the cwd argument.  Also, it would be better if the test uses a valid args[0] to demonstrate precedence.  I had prepared a test but did not upload it yet, because I also wanted to add an accompanying clarification to the docs which I am still preparing.  Reopening.
历史
日期 用户 动作 参数
2012-10-05 20:11:11chris.jerdonek修改recipients: + chris.jerdonek, Arfrever, asvetlov, python-dev, kushal.das
2012-10-05 20:11:11chris.jerdonek修改messageid: <1349467871.94.0.396175735437.issue16115@psf.upfronthosting.co.za>
2012-10-05 20:11:11chris.jerdonek链接issue16115 messages
2012-10-05 20:11:11chris.jerdonek创建