[New-bugs-announce] [issue19264] subprocess.Popen doesn't support unicode on Windows

Peter Graham report at bugs.python.org
Tue Oct 15 07:43:16 CEST 2013


New submission from Peter Graham:

On Windows, subprocess.Popen requires the executable name and working directory to be ascii.  This is because it calls CreateProcess instead of CreateProcessW.

----------
components: Library (Lib), Unicode, Windows
messages: 199976
nosy: ezio.melotti, peter0
priority: normal
severity: normal
status: open
title: subprocess.Popen doesn't support unicode on Windows
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19264>
_______________________________________


More information about the New-bugs-announce mailing list