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 peter0
Recipients ezio.melotti, peter0
Date 2013-10-15.05:43:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381815796.03.0.914223470735.issue19264@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, subprocess.Popen requires the executable name and working directory to be ascii.  This is because it calls CreateProcess instead of CreateProcessW.
History
Date User Action Args
2013-10-15 05:43:16peter0setrecipients: + peter0, ezio.melotti
2013-10-15 05:43:16peter0setmessageid: <1381815796.03.0.914223470735.issue19264@psf.upfronthosting.co.za>
2013-10-15 05:43:15peter0linkissue19264 messages
2013-10-15 05:43:15peter0create