[issue34699] allows path-like objects in program arguments in Windows

2018-09-15 Thread Guo Ci Teo
Change by Guo Ci Teo : -- keywords: +patch pull_requests: +8760 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34699] allows path-like objects in program arguments in Windows

2018-09-15 Thread Guo Ci Teo
New submission from Guo Ci Teo : 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. -- components: Library (Lib) messages: 3