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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19264>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to