diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-09-06 15:45:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 15:45:25 -0700 |
commit | 49ce74efe845a8a91939ff3990a5f233262d3e1f (patch) | |
tree | 1a8cc8d4b43bdc3fe04d9fc4810a5830d14d43fe /Doc/distutils/apiref.rst | |
parent | effc12f8e9e20d0951d2ba5883587666bd8218e3 (diff) | |
download | cpython-git-49ce74efe845a8a91939ff3990a5f233262d3e1f.tar.gz |
Remove all mention of Windows IA-64 support (GH-3389)
It was mostly removed long ago.
Diffstat (limited to 'Doc/distutils/apiref.rst')
-rw-r--r-- | Doc/distutils/apiref.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 622c7d1708..7cde1a0701 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -814,13 +814,13 @@ This module provides the :class:`UnixCCompiler` class, a subclass of .. module:: distutils.msvccompiler :synopsis: Microsoft Compiler +.. XXX: This is *waaaaay* out of date! This module provides :class:`MSVCCompiler`, an implementation of the abstract :class:`CCompiler` class for Microsoft Visual Studio. Typically, extension modules need to be compiled with the same compiler that was used to compile Python. For Python 2.3 and earlier, the compiler was Visual Studio 6. For Python -2.4 and 2.5, the compiler is Visual Studio .NET 2003. The AMD64 and Itanium -binaries are created using the Platform SDK. +2.4 and 2.5, the compiler is Visual Studio .NET 2003. :class:`MSVCCompiler` will normally choose the right compiler, linker etc. on its own. To override this choice, the environment variables *DISTUTILS_USE_SDK* |