[NumPy-Tickets] [NumPy] #1562: potentially unexpected results with loadtxt()
NumPy Trac
numpy-tickets@scipy....
Sun Apr 3 06:05:27 CDT 2011
#1562: potentially unexpected results with loadtxt()
--------------------------+-------------------------------------------------
Reporter: weathergod | Owner: somebody
Type: enhancement | Status: closed
Priority: normal | Milestone: 1.6.0
Component: Other | Version:
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by rgommers):
* status: needs_review => closed
* resolution: => fixed
Comment:
Applied with some changes and tests in commit:a311969.
Note that str.format() was only introduced in Python 2.6 and therefore
cannot be used. I also removed the first call to squeeze(), that doesn't
seem necessary.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1562#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list