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 eryksun
Recipients abarry, dstufft, eric.araujo, eryksun, ezio.melotti, martin.panter, paul.moore, python-dev, r.david.murray, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-06-17.19:38:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466192321.72.0.76264899979.issue27048@psf.upfronthosting.co.za>
In-reply-to
Content
vcvarsall.bat is mostly `set` and `echo` statements, which print using UTF-16LE with "/u". It also runs reg.exe, but with stdout and stderr redirected to nul, so that's no problem. The final `set` command prints cmd's UTF-16LE environment. Using errors='replace' shouldn't be necessary. It doesn't hurt, however.
History
Date User Action Args
2016-06-17 19:38:41eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, ezio.melotti, eric.araujo, r.david.murray, python-dev, martin.panter, zach.ware, steve.dower, dstufft, abarry
2016-06-17 19:38:41eryksunsetmessageid: <1466192321.72.0.76264899979.issue27048@psf.upfronthosting.co.za>
2016-06-17 19:38:41eryksunlinkissue27048 messages
2016-06-17 19:38:41eryksuncreate