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 dabrahams
Recipients brian.curtin, dabrahams, docs@python, mark, r.david.murray
Date 2010-05-02.03:43:23
SpamBayes Score 0.013850057
Marked as misclassified No
Message-id <1272771808.49.0.285116788172.issue8557@psf.upfronthosting.co.za>
In-reply-to
Content
I've uploaded a new probe.py that contains a win32 Popen wrapper that I think acts just like *nix's Popen w.r.t. PATH and environment (pass --fix to demonstrate).  I suggest using this or an equivalent wrapper for Win32, and documenting the fact that with shell=False, filename extensions need to be supplied explicitly on windows.
History
Date User Action Args
2010-05-02 03:43:28dabrahamssetrecipients: + dabrahams, mark, r.david.murray, brian.curtin, docs@python
2010-05-02 03:43:28dabrahamssetmessageid: <1272771808.49.0.285116788172.issue8557@psf.upfronthosting.co.za>
2010-05-02 03:43:26dabrahamslinkissue8557 messages
2010-05-02 03:43:26dabrahamscreate