diff --git a/distutils/_msvccompiler.py b/distutils/_msvccompiler.py index cc89ec13..e7652218 100644 --- a/distutils/_msvccompiler.py +++ b/distutils/_msvccompiler.py @@ -3,8 +3,7 @@ Contains MSVCCompiler, an implementation of the abstract CCompiler class for Microsoft Visual Studio 2015. -The module is compatible with VS 2015 and later. You can find legacy support -for older versions in distutils.msvc9compiler and distutils.msvccompiler. +This module requires VS 2015 or later. """ # Written by Perry Stoll