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 vstinner
Recipients Arfrever, gregory.p.smith, vstinner
Date 2010-04-26.10:37:02
SpamBayes Score 9.279756e-07
Marked as misclassified No
Message-id <1272278224.28.0.561343125728.issue8513@psf.upfronthosting.co.za>
In-reply-to
Content
My patch changes:
 * os._execvpe(): support bytes type for the file argument (program name)
 * os.get_exec_path(): support bytes type for the PATH environment variable
 * Popen._execute_child(): decode the executable name before encoding the arguments (if the program name is not an absolute path)
History
Date User Action Args
2010-04-26 10:37:04vstinnersetrecipients: + vstinner, gregory.p.smith, Arfrever
2010-04-26 10:37:04vstinnersetmessageid: <1272278224.28.0.561343125728.issue8513@psf.upfronthosting.co.za>
2010-04-26 10:37:02vstinnerlinkissue8513 messages
2010-04-26 10:37:02vstinnercreate