Message105961
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. |
|
| Date |
User |
Action |
Args |
| 2010-05-18 10:36:07 | vstinner | set | recipients:
+ vstinner, pitrou, Arfrever |
| 2010-05-18 10:36:06 | vstinner | set | messageid: <[email protected]> |
| 2010-05-18 10:35:51 | vstinner | link | issue8640 messages |
| 2010-05-18 10:35:50 | vstinner | create | |
|