[NumPy-Tickets] [NumPy] #1731: allow loadtxt() to read given number of rows
NumPy Trac
numpy-tickets@scipy....
Thu Mar 31 09:29:12 CDT 2011
#1731: allow loadtxt() to read given number of rows
-------------------------+--------------------------------------------------
Reporter: rc | Owner: somebody
Type: enhancement | Status: needs_review
Priority: normal | Milestone: 1.6.0
Component: numpy.lib | Version: 1.5.0
Keywords: |
-------------------------+--------------------------------------------------
Changes (by rgommers):
* component: Other => numpy.lib
* milestone: 2.0.0 => 1.6.0
Comment:
A comment on the call signature: new keywords should always be added at
the end, not in the middle. If added in the middle it can break users'
code when they specify those keywords as positional arguments.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1731#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list