On 7/28/06, Stefan van der Walt <[EMAIL PROTECTED]> wrote:

> Would anyone mind if the change was made?  If not, where should they
> go? (numpy/add_newdocs.py or numpy/core/something)

Another +1 for numpy/add_newdocs.py and a suggestion: check for
Py_OptimizeFlag > 1 in add_newdoc so that docstrings are not loaded if
python is invoked with -OO option.  This will  improve import numpy
time and reduce the memory footprint.  I'll make the change if no one
objects.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to