This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients akira, ezio.melotti, peter0, terry.reedy, vstinner
Date 2014-03-22.20:17:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaeC3BD=DYB5GCYN46g6t9+AtgkPxsY51nWP-ohLWAR7g@mail.gmail.com>
In-reply-to <1395515037.41.0.533389035399.issue19264@psf.upfronthosting.co.za>
Content
I don't understand this issue. Python 3 uses CreateProcessW() and so
support the full Unicode range. I suggest to close this issue as invalid.

Popen() parameters are Unicode strings. It may support bytes string, but
passing bytes to OS functions on Windows is deprecated, especially for
filenames.
History
Date User Action Args
2014-03-22 20:17:39vstinnersetrecipients: + vstinner, terry.reedy, ezio.melotti, akira, peter0
2014-03-22 20:17:39vstinnerlinkissue19264 messages
2014-03-22 20:17:39vstinnercreate