[Numpy-svn] r6046 - branches/visualstudio_manifest/numpy/distutils

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Nov 16 06:44:25 EST 2008


Author: cdavid
Date: 2008-11-16 05:44:18 -0600 (Sun, 16 Nov 2008)
New Revision: 6046

Modified:
   branches/visualstudio_manifest/numpy/distutils/mingw32ccompiler.py
Log:
Add comment on how to get exact MSVCR version.

Modified: branches/visualstudio_manifest/numpy/distutils/mingw32ccompiler.py
===================================================================
--- branches/visualstudio_manifest/numpy/distutils/mingw32ccompiler.py	2008-11-16 11:44:02 UTC (rev 6045)
+++ branches/visualstudio_manifest/numpy/distutils/mingw32ccompiler.py	2008-11-16 11:44:18 UTC (rev 6046)
@@ -237,7 +237,8 @@
 # system.
 
 # XXX: ideally, we should use exactly the same version as used by python, but I
-# have no idea how to obtain the exact version.
+# have no idea how to obtain the exact version from python. We could use the
+# strings utility on python.exe, maybe ?
 _MSVCRVER_TO_FULLVER = {'90': "9.0.21022.8"}
 
 def msvc_manifest_xml(maj, min):




More information about the Numpy-svn mailing list