[NumPy-Tickets] [NumPy] #1431: accessing multiple fields in a recarray gives fields in wrong order
NumPy Trac
numpy-tickets@scipy....
Tue Mar 16 12:19:01 CDT 2010
#1431: accessing multiple fields in a recarray gives fields in wrong order
------------------------+---------------------------------------------------
Reporter: samtygier | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.core | Version:
Keywords: |
------------------------+---------------------------------------------------
Comment(by samtygier):
thinking about it the only case the would break is if some existing code
asked for an order like cba, and expected to receive abc. i expect a
programmer who asked for cba and found it did not work, would have changed
their code to ask for abc, and handled the column order some other way.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1431#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list