[Python-checkins] distutils2: Fix typo found thanks to ?build --show-compiler?

tarek.ziade python-checkins at python.org
Sun Dec 26 14:21:44 CET 2010


tarek.ziade pushed 45a40c9fb43c to distutils2:

http://hg.python.org/distutils2/rev/45a40c9fb43c
changeset:   835:45a40c9fb43c
user:        ?ric Araujo <merwok at netwok.org>
date:        Tue Nov 16 06:28:24 2010 +0100
summary:
  Fix typo found thanks to ?build --show-compiler?

files:
  distutils2/compiler/__init__.py

diff --git a/distutils2/compiler/__init__.py b/distutils2/compiler/__init__.py
--- a/distutils2/compiler/__init__.py
+++ b/distutils2/compiler/__init__.py
@@ -108,7 +108,7 @@
 _COMPILERS = {
     'unix': 'distutils2.compiler.unixccompiler.UnixCCompiler',
     'msvc': 'distutils2.compiler.msvccompiler.MSVCCompiler',
-    'cygwin': 'distutils2.compiler.cygwinccompiler.CygWinCCompiler',
+    'cygwin': 'distutils2.compiler.cygwinccompiler.CygwinCCompiler',
     'mingw32': 'distutils2.compiler.cygwinccompiler.Mingw32CCompiler',
     'bcpp': 'distutils2.compilers.bcppcompiler.BCPPCompiler'}
 

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list