[pypy-commit] extradoc extradoc: note that .T is forcing arrays

alex_gaynor noreply at buildbot.pypy.org
Sat Jan 21 18:40:15 CET 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r4049:dcdfbead3f5f
Date: 2012-01-21 11:40 -0600
http://bitbucket.org/pypy/extradoc/changeset/dcdfbead3f5f/

Log:	note that .T is forcing arrays

diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
--- a/planning/micronumpy.txt
+++ b/planning/micronumpy.txt
@@ -19,6 +19,8 @@
 
 - expose ndarray.ctypes
 
+- Make .T not force a lazy array.
+
 - subclassing ndarray (instantiating subcalsses curently returns the wrong type)
 
   * keep subclass type when slicing, __array_finalize__


More information about the pypy-commit mailing list