[Numpy-svn] r5753 - trunk/doc/neps

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Sep 4 09:31:34 EDT 2008


Author: cdavid
Date: 2008-09-04 08:31:24 -0500 (Thu, 04 Sep 2008)
New Revision: 5753

Modified:
   trunk/doc/neps/warnfix.txt
Log:
Update the warnfix nep.

Modified: trunk/doc/neps/warnfix.txt
===================================================================
--- trunk/doc/neps/warnfix.txt	2008-09-03 16:54:37 UTC (rev 5752)
+++ trunk/doc/neps/warnfix.txt	2008-09-04 13:31:24 UTC (rev 5753)
@@ -12,9 +12,10 @@
 
 When building numpy and scipy, we are limited to a quite restricted set of
 warning compilers, thus missing a large class of potential bugs which could be
-detected with stronger warning flags. The goal of this PEP is to clean the code
-and implements some policy to make numpy buildable with a  bigger set of
-warning flags, while keeping the build warnings free.
+detected with stronger warning flags. The goal of this PEP is present the
+various methods used to clean the code and implement some policy to make numpy
+buildable with a  bigger set of warning flags, while keeping the build warnings
+free.
 
 Warning flags
 =============




More information about the Numpy-svn mailing list