[NumPy-Tickets] [NumPy] #1431: accessing multiple fields in a recarray gives fields in wrong order
NumPy Trac
numpy-tickets@scipy....
Fri Jun 18 16:17:34 CDT 2010
#1431: accessing multiple fields in a recarray gives fields in wrong order
------------------------+---------------------------------------------------
Reporter: samtygier | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone:
Component: numpy.core | Version:
Keywords: |
------------------------+---------------------------------------------------
Comment(by jseabold):
Would the old behavior need to be deprecated? If so, how do you deprecate
in core/_internal? I tried to add a
{{{
from numpy.lib.utils import deprecate_with_doc
}}}
for a patch, but then importing numpy fails I believe because of a
circular import.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1431#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list