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

Guo Ci Teo report at bugs.python.org
Sat Sep 15 15:20:16 EDT 2018


New submission from Guo Ci Teo <zguoci at gmail.com>:

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: 325454
nosy: guoci
priority: normal
severity: normal
status: open
title: allows path-like objects in program arguments in Windows
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34699>
_______________________________________


More information about the New-bugs-announce mailing list