Message330496
| Author |
serhiy.storchaka |
| Recipients |
Phaqui, Roy Williams, eryksun, gregory.p.smith, ned.deily, njs, r.david.murray, serhiy.storchaka |
| Date |
2018年11月27日.07:40:05 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1543304406.25.0.788709270274.issue31961@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Gregory, could you please make a look at PR 5914?
Differences from PR 4329:
* Any item of args can be an iterable of bytes and path-like objects on Windows (not just a first item as in PR 4329).
* Accepts bytes and path-like objects as executable on Windows.
* Accepts bytes as cwd on Windows.
* Raises a TypeError when shell is true and args is a path-like object (or bytes on Windows).
* Does not use raising and catching a TypeError when args is an iterable on Windows or a path-like object on POSIX (this makes the code clearer and a tiny bit more efficient). |
|