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 terry.reedy
Recipients ezio.melotti, peter0, terry.reedy
Date 2013-10-18.23:56:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382140602.96.0.0368636389644.issue19264@psf.upfronthosting.co.za>
In-reply-to
Content
The docs say that args should be a string or sequence of strings. It also says "On Windows, the class uses the Windows CreateProcess() function.", so it is not a bug for it to do that. However, CreateProcessW sounds like a good (and overdue, and overlooked) enhancement, if it indeed is still not used in 3.4. (Have you checked?)

On 2.7, 'string' may or may not include unicode strings. On 3.x, it definitely does, and may or may not include bytes. If 3.x restricts unicode strings to ascii text (at least on Windows), the doc should say so.
History
Date User Action Args
2013-10-18 23:56:43terry.reedysetrecipients: + terry.reedy, ezio.melotti, peter0
2013-10-18 23:56:42terry.reedysetmessageid: <1382140602.96.0.0368636389644.issue19264@psf.upfronthosting.co.za>
2013-10-18 23:56:42terry.reedylinkissue19264 messages
2013-10-18 23:56:42terry.reedycreate