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, pitrou, vstinner
Date 2010-05-18.10:35:50
SpamBayes Score 0.018018143
Marked as misclassified No
Message-id <1274178966.99.0.936631838756.issue8640@psf.upfronthosting.co.za>
In-reply-to
Content
os.exeve() and os.exevpe() should also canonicalize env to bytes.

os.exeve() and os.exevpe(), but not os._exevpe() to avoid doing it twice (once in subprocess, once in os._exevpe). Patch os._exevpe() is not enough because subprocess doesn't call it on Unix if _subprocessposix module is present.
History
Date User Action Args
2010-05-18 10:36:07vstinnersetrecipients: + vstinner, pitrou, Arfrever
2010-05-18 10:36:06vstinnersetmessageid: <1274178966.99.0.936631838756.issue8640@psf.upfronthosting.co.za>
2010-05-18 10:35:51vstinnerlinkissue8640 messages
2010-05-18 10:35:50vstinnercreate