Re: [Numpy-discussion] Remove user_array.py

2014-07-30 Thread Robert Kern
On Wed, Jul 30, 2014 at 11:34 PM, Charles R Harris wrote: > Hi All, > > numpy/lib/user_array.py is an old module (2006) that documents itself as > unfinished. The only recent changes are my work for supporting both python2 > and python3 from the same code base. It was apparently intended as an > a

[Numpy-discussion] Remove user_array.py

2014-07-30 Thread Charles R Harris
Hi All, numpy/lib/user_array.py is an old module (2006) that documents itself as unfinished. The only recent changes are my work for supporting both python2 and python3 from the same code base. It was apparently intended as an alternative to inheriting from ndarray. It has no tests to speak of exc