[issue27048] Breakages in subprocess.Popen with non-ascii characters in environment

Emanuel Barry report at bugs.python.org
Tue May 17 17:27:48 EDT 2016


Emanuel Barry added the comment:

Oops, I thought I had written that - must have accidentally deleted it. I'm on Windows 7, my locale is fr-CA / cp1252, and the non-ascii data (my name =) comes from my environment.

I discussed a bit with R. David Murray off-issue, and in the end it seems that it would be better to have subprocess accept parameters, but not do anything by default, and then have distutils pass these parameters.

Here is a new patch.

----------
Added file: http://bugs.python.org/file42884/subprocess_distutils_errors_3.patch

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


More information about the Python-bugs-list mailing list