[Numpy-svn] r5612 - trunk/numpy/lib

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Aug 5 14:01:21 EDT 2008


Author: dhuard
Date: 2008-08-05 13:01:14 -0500 (Tue, 05 Aug 2008)
New Revision: 5612

Modified:
   trunk/numpy/lib/function_base.py
Log:
added comment in histogram warning.

Modified: trunk/numpy/lib/function_base.py
===================================================================
--- trunk/numpy/lib/function_base.py	2008-08-05 15:43:45 UTC (rev 5611)
+++ trunk/numpy/lib/function_base.py	2008-08-05 18:01:14 UTC (rev 5612)
@@ -337,6 +337,8 @@
             
             *This warning will not printed in the 1.3 release.*
             
+            Use `new=True` to bypass this warning. 
+            
             Please read the docstring for more information.
             """, Warning)
         a = asarray(a)




More information about the Numpy-svn mailing list