summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/compiler/msvccompiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/packaging/compiler/msvccompiler.py')
-rw-r--r--Lib/packaging/compiler/msvccompiler.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/packaging/compiler/msvccompiler.py b/Lib/packaging/compiler/msvccompiler.py
index 97f76bb..3d4ac3c 100644
--- a/Lib/packaging/compiler/msvccompiler.py
+++ b/Lib/packaging/compiler/msvccompiler.py
@@ -134,8 +134,7 @@ class MacroExpander:
"""Python was built with Visual Studio 2003; extensions must be built with
a compiler than can generate compatible binaries. Visual Studio 2003 was
not found on this system. If you have Cygwin installed, you can try
-compiling with MingW32, by passing "-c mingw32" to setup.py.""")
-# XXX update this comment for setup.cfg
+compiling with MingW32, by passing "-c mingw32" to pysetup.""")
p = r"Software\Microsoft\NET Framework Setup\Product"
for base in HKEYS: