Message104208
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) |
|
| 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: <[email protected]> |
| 2010-04-26 10:37:02 | vstinner | link | issue8513 messages |
| 2010-04-26 10:37:02 | vstinner | create | |
|