[Python-checkins] r67414 - in python/trunk: Lib/distutils/msvc9compiler.py Misc/NEWS

christian.heimes python-checkins at python.org
Fri Nov 28 12:02:32 CET 2008


Author: christian.heimes
Date: Fri Nov 28 12:02:32 2008
New Revision: 67414
Log:
Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception
Modified:
 python/trunk/Lib/distutils/msvc9compiler.py
 python/trunk/Misc/NEWS
Modified: python/trunk/Lib/distutils/msvc9compiler.py
==============================================================================
--- python/trunk/Lib/distutils/msvc9compiler.py	(original)
+++ python/trunk/Lib/distutils/msvc9compiler.py	Fri Nov 28 12:02:32 2008
@@ -316,7 +316,7 @@
 self.__version = VERSION
 self.__root = r"Software\Microsoft\VisualStudio"
 # self.__macros = MACROS
- self.__path = []
+ self.__paths = []
 # target platform (.plat_name is consistent with 'bdist')
 self.plat_name = None
 self.__arch = None # deprecated name
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Nov 28 12:02:32 2008
@@ -57,6 +57,9 @@
 Library
 -------
 
+- Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an
+ exception.
+
 - Issue #4363: The uuid.uuid1() and uuid.uuid4() functions now work even if
 the ctypes module is not present.
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /