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 gregory.p.smith
Recipients Arfrever, gregory.p.smith, vstinner
Date 2010-05-08.04:53:12
SpamBayes Score 0.008287497
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I think your partA patch makes sense.

It would benefit from fsencode/fsdecode functions rather than manually doing the 'surrogateescape' thing everywhere.

Also, could you add a unittest for os._execvpe to test its behavior?
History
Date User Action Args
2010-05-08 04:53:17gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, Arfrever
2010-05-08 04:53:17gregory.p.smithsetmessageid: <[email protected]>
2010-05-08 04:53:15gregory.p.smithlinkissue8513 messages
2010-05-08 04:53:13gregory.p.smithcreate