Message 105961 - Python tracker
Message105961
| Author | vstinner |
|---|---|
| Recipients | Arfrever, pitrou, vstinner |
| Date | 2010-05-18.10:35:50 |
| SpamBayes Score | 0.018018143 |
| Marked as misclassified | No |
| Message-id | <1274178966.99.0.936631838756.issue8640@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1274178966.99.0.936631838756.issue8640@psf.upfronthosting.co.za> |
| 2010-05-18 10:35:51 | vstinner | link | issue8640 messages |
| 2010-05-18 10:35:50 | vstinner | create | |