[pypy-issue] [issue783] subprocess cannot handle unicode args

Vetoshkin Nikita tracker at bugs.pypy.org
Tue Oct 4 12:32:39 CEST 2011


Vetoshkin Nikita <nikita.vetoshkin at gmail.com> added the comment:

About using FileEncoder in os.exec* functions. One can receive a list containing 
unicode and plain str. Armin suggested changing selfmade encoding function to 
list of FileEncoder objects and str's and... I think this means moving 
encode_to_filesystem() function to rposix module and copy-pasting it in every 
exec() function.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue783>
________________________________________


More information about the pypy-issue mailing list