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 python-dev
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.16:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160617163340.5267.49750.908EBB74@psf.io>
In-reply-to
Content
New changeset 15900c612ca7 by Steve Dower in branch '3.5':
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
https://hg.python.org/cpython/rev/15900c612ca7

New changeset bb22ae1e1bcd by Steve Dower in branch 'default':
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
https://hg.python.org/cpython/rev/bb22ae1e1bcd
History
Date User Action Args
2016-06-17 16:33:51python-devsetrecipients: + python-dev, paul.moore, vstinner, tim.golden, ezio.melotti, eric.araujo, r.david.murray, martin.panter, zach.ware, eryksun, steve.dower, dstufft, abarry
2016-06-17 16:33:51python-devlinkissue27048 messages
2016-06-17 16:33:51python-devcreate