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 guoci
Recipients guoci
Date 2018-09-15.19:20:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537039216.54.0.956365154283.issue34699@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, the `subprocess.Popen` function allows for path-like objects in the argument list for POSIX but not in Windows.
This PR makes Windows' `subprocess.Popen` accept path-like objects in the argument list.
History
Date User Action Args
2018-09-15 19:20:16guocisetrecipients: + guoci
2018-09-15 19:20:16guocisetmessageid: <1537039216.54.0.956365154283.issue34699@psf.upfronthosting.co.za>
2018-09-15 19:20:16guocilinkissue34699 messages
2018-09-15 19:20:16guocicreate