[issue35014] asyncio subprocess accepts string as parameter which lead to UnicodeEncodeError

STINNER Victor report at bugs.python.org
Thu Oct 18 07:57:42 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I added the UTF-8 Mode for you, for the Docker use case: python3.7 -X utf8. Using that, Python ignores your locale and speaks UTF-8.

What is your locale? Try the "locale" command.

----------

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


More information about the Python-bugs-list mailing list