Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: matrixmath
Changeset: r49846:160e192f28a8
Date: 2011-11-27 02:02 -0600
http://bitbucket.org/pypy/pypy/changeset/160e192f28a8/

Log:    anothe review note

diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
--- a/pypy/module/micronumpy/REVIEW
+++ b/pypy/module/micronumpy/REVIEW
@@ -1,6 +1,8 @@
 arange does not work for floats because they'll get automatically marked as 
ints
 it also does not test that it works correctly with floats (it does not)
 
+arange(True) should return an array of ints, not bools
+
 the flatiter should raise OperationError if object is not of BaseArray type
 
 there are no tests for creation of numpy.flatiter
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to