[Numpy-svn] r6480 - in branches/coremath: . numpy/distutils/command

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Feb 26 05:38:35 EST 2009


Author: cdavid
Date: 2009-02-26 04:38:30 -0600 (Thu, 26 Feb 2009)
New Revision: 6480

Modified:
   branches/coremath/
   branches/coremath/numpy/distutils/command/config.py
Log:
Merged revisions 6479 via svnmerge from 
http://svn.scipy.org/svn/numpy/trunk

........
  r6479 | cdavid | 2009-02-26 17:46:34 +0900 (Thu, 26 Feb 2009) | 1 line
  
  Fix docstring format for check_funcs_once.
........



Property changes on: branches/coremath
___________________________________________________________________
Name: svnmerge-integrated
   - /branches/distutils-revamp:1-2752 /branches/dynamic_cpu_configuration:1-6101 /branches/fix_float_format:1-6359 /branches/multicore:1-3687 /branches/numpy-mingw-w64:1-6150 /branches/visualstudio_manifest:1-6077 /trunk:1-6477
   + /branches/distutils-revamp:1-2752 /branches/dynamic_cpu_configuration:1-6101 /branches/fix_float_format:1-6359 /branches/multicore:1-3687 /branches/numpy-mingw-w64:1-6150 /branches/visualstudio_manifest:1-6077 /trunk:1-6479

Modified: branches/coremath/numpy/distutils/command/config.py
===================================================================
--- branches/coremath/numpy/distutils/command/config.py	2009-02-26 08:46:34 UTC (rev 6479)
+++ branches/coremath/numpy/distutils/command/config.py	2009-02-26 10:38:30 UTC (rev 6480)
@@ -282,22 +282,22 @@
 
         Arguments
         ---------
-
-            funcs: seq
-                list of functions to test
-            include_dirs : seq
-                list of header paths
-            libraries : seq
-                list of libraries to link the code snippet to
-            libraru_dirs : seq
-                list of library paths
-            decl : dict
-                for every (key, value), the declaration in the value will be
-                used for function in key. If a function is not in the
-                dictionay, no declaration will be used.
-            call : dict
-                for every item (f, value), if the value is True, a call will be
-                done to the function f"""
+        funcs: seq
+            list of functions to test
+        include_dirs : seq
+            list of header paths
+        libraries : seq
+            list of libraries to link the code snippet to
+        libraru_dirs : seq
+            list of library paths
+        decl : dict
+            for every (key, value), the declaration in the value will be
+            used for function in key. If a function is not in the
+            dictionay, no declaration will be used.
+        call : dict
+            for every item (f, value), if the value is True, a call will be
+            done to the function f.
+        """
         self._check_compiler()
         body = []
         if decl:




More information about the Numpy-svn mailing list