Author: collin.winter
Date: Thu Aug 30 20:46:25 2007
New Revision: 57757

Modified:
   python/branches/py3k/Lib/distutils/msvccompiler.py
Log:
Fix a typo in the distutils cleanup.

Modified: python/branches/py3k/Lib/distutils/msvccompiler.py
==============================================================================
--- python/branches/py3k/Lib/distutils/msvccompiler.py  (original)
+++ python/branches/py3k/Lib/distutils/msvccompiler.py  Thu Aug 30 20:46:25 2007
@@ -442,7 +442,7 @@
             if debug:
                 pass # XXX what goes here?
             try:
-                self.([self.lib] + lib_args)
+                self.spawn([self.lib] + lib_args)
             except DistutilsExecError as msg:
                 raise LibError(msg)
         else:
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to