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-05-06.22:49:46
SpamBayes Score 0.14454445
Marked as misclassified No
Message-id <1273186188.27.0.307742014379.issue8513@psf.upfronthosting.co.za>
In-reply-to
Content
New patch (issue8513_partA.patch):
 - don't *decode*, only encode (str->bytes)
 - only patch os._execvpe() for POSIX
History
Date User Action Args
2010-05-06 22:49:48vstinnersetrecipients: + vstinner, gregory.p.smith, Arfrever
2010-05-06 22:49:48vstinnersetmessageid: <1273186188.27.0.307742014379.issue8513@psf.upfronthosting.co.za>
2010-05-06 22:49:46vstinnerlinkissue8513 messages
2010-05-06 22:49:46vstinnercreate