]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27048: Prevents distutils failing on Windows when environment variables contai...
authorSteve Dower <steve.dower@microsoft.com>
Fri, 17 Jun 2016 16:32:38 +0000 (09:32 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 17 Jun 2016 16:32:38 +0000 (09:32 -0700)
commit08bb8a41cc976343795bd0e241cd7388e9f44ad5
treebfd17699100182e075d740b7f87fe2fa59f68a12
parent85e6635edf4c56064fddd09f5350936dcd650389
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
Lib/distutils/_msvccompiler.py
Lib/distutils/tests/test_msvccompiler.py
Misc/NEWS