This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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).
History
Date User Action Args
2018-11-27 07:40:06serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, ned.deily, r.david.murray, njs, eryksun, Phaqui, Roy Williams
2018-11-27 07:40:06serhiy.storchakasetmessageid: <1543304406.25.0.788709270274.issue31961@psf.upfronthosting.co.za>
2018-11-27 07:40:06serhiy.storchakalinkissue31961 messages
2018-11-27 07:40:05serhiy.storchakacreate