[NumPy-Tickets] [NumPy] #1616: numpy.loadtxt uses both file-like and iterator interfaces instead of just one
NumPy Trac
numpy-tickets@scipy....
Sat Apr 2 10:02:13 CDT 2011
#1616: numpy.loadtxt uses both file-like and iterator interfaces instead of just
one
-------------------------+--------------------------------------------------
Reporter: zachrahan | Owner: somebody
Type: enhancement | Status: needs_review
Priority: normal | Milestone: 1.6.0
Component: Other | Version: devel
Keywords: |
-------------------------+--------------------------------------------------
Comment(by rgommers):
Empty existing files should not raise an error but return an empty array,
as discussed in #1752. Therefore the patch there looks fine, while this
would need to be changed.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1616#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list