[Numpy-discussion] A couple of errors in numpy/records.py

Travis Oliphant oliphant.travis at ieee.org
Tue Jan 31 11:36:23 EST 2006


Francesc Altet wrote:

>Hi,
>
>I've detected a couple of issues in records.py. For the first one, the
>next should fix it:
>  
>
Thanks for the patch.  Also thank you for catching that we weren't 
allowing field access on the record objects.  This is now fixed (by 
simply getting rid of the specialized getitem call and leeting the 
base-class take care of it).

-Travis





More information about the NumPy-Discussion mailing list