[Numpy-svn] r4833 - trunk/numpy/core

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Feb 28 02:06:35 EST 2008


Author: rkern
Date: 2008-02-28 01:06:24 -0600 (Thu, 28 Feb 2008)
New Revision: 4833

Modified:
   trunk/numpy/core/numeric.py
Log:
Omit loadtxt and savetxt from __all__

Modified: trunk/numpy/core/numeric.py
===================================================================
--- trunk/numpy/core/numeric.py	2008-02-28 06:42:48 UTC (rev 4832)
+++ trunk/numpy/core/numeric.py	2008-02-28 07:06:24 UTC (rev 4833)
@@ -12,7 +12,7 @@
            'array_repr', 'array_str', 'set_string_function',
            'little_endian', 'require',
            'fromiter', 'array_equal', 'array_equiv',
-           'indices', 'fromfunction', 'loadtxt', 'savetxt',
+           'indices', 'fromfunction', 
            'load', 'loads', 'isscalar', 'binary_repr', 'base_repr',
            'ones', 'identity', 'allclose', 'compare_chararrays', 'putmask',
            'seterr', 'geterr', 'setbufsize', 'getbufsize',




More information about the Numpy-svn mailing list