[pypy-commit] pypy matrixmath: anothe review note

alex_gaynor noreply at buildbot.pypy.org
Sun Nov 27 09:02:46 CET 2011


Author: Alex Gaynor <alex.gaynor at 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


More information about the pypy-commit mailing list