mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
This commit is contained in:
parent
7689154f58
commit
fd3664be00
6 changed files with 751 additions and 39 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue