summaryrefslogtreecommitdiff
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-05-23 09:02:50 -0700
committerSteve Dower <steve.dower@microsoft.com>2015-05-23 09:02:50 -0700
commitfd3664be00d8fad7a4f6dc029e92a4f2a6b151ac (patch)
tree915b13e52e64d3228a61e4468074e578cf275a0d /Lib/test/test_sundry.py
parent7689154f58c5de65881ef7531379cdf33bbbd1ff (diff)
downloadcpython-git-fd3664be00d8fad7a4f6dc029e92a4f2a6b151ac.tar.gz
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r--Lib/test/test_sundry.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index e99ca9ed37..1fb9964698 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -22,8 +22,6 @@ class TestUntestedModules(unittest.TestCase):
import distutils.ccompiler
import distutils.cygwinccompiler
import distutils.filelist
- if sys.platform.startswith('win'):
- import distutils.msvccompiler
import distutils.text_file
import distutils.unixccompiler