[pypy-commit] extradoc extradoc: added another item

alex_gaynor noreply at buildbot.pypy.org
Wed Aug 31 01:06:35 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r3891:6fcf7ea879a5
Date: 2011-08-30 19:06 -0400
http://bitbucket.org/pypy/extradoc/changeset/6fcf7ea879a5/

Log:	added another item

diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
--- a/planning/micronumpy.txt
+++ b/planning/micronumpy.txt
@@ -8,6 +8,10 @@
 - add more ways to select dtypes (aliases or more advanced code to choose the 
   types)
 
+- add in numpy.generic and the various subclasses, use them in returning
+  instances from subscripting (and possibly internally), also make them valid
+  for the dtype arguments
+
 - astype
 
 - a good sort function


More information about the pypy-commit mailing list