Message104208
| 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:04 | vstinner | set | recipients: + vstinner, gregory.p.smith, Arfrever |
| 2010-04-26 10:37:04 | vstinner | set | messageid: <1272278224.28.0.561343125728.issue8513@psf.upfronthosting.co.za> |
| 2010-04-26 10:37:02 | vstinner | link | issue8513 messages |
| 2010-04-26 10:37:02 | vstinner | create | |