]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
authorSteve Dower <steve.dower@microsoft.com>
Sat, 23 May 2015 16:02:50 +0000 (09:02 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 23 May 2015 16:02:50 +0000 (09:02 -0700)
commitfd3664be00d8fad7a4f6dc029e92a4f2a6b151ac
tree915b13e52e64d3228a61e4468074e578cf275a0d
parent7689154f58c5de65881ef7531379cdf33bbbd1ff
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
Lib/distutils/_msvccompiler.py [new file with mode: 0644]
Lib/distutils/ccompiler.py
Lib/distutils/command/bdist_wininst.py
Lib/distutils/command/build_ext.py
Lib/distutils/tests/test_msvccompiler.py [new file with mode: 0644]
Lib/test/test_sundry.py