Closed thouis closed 12 years ago
Comment in Trac by atmention:pierregm, 2010-11-13
Should be fixed on git.
Please test and let me know how it goes before I can close the ticket.
Comment in Trac by trac user sunqiang, 2010-11-14
Replying to [comment:1 pierregm]:
Should be fixed on git.
Please test and let me know how it goes before I can close the ticket. it works, thanks for your work.
Comment in Trac by atmention:pierregm, 2010-11-14
OK, closing.
Original ticket http://projects.scipy.org/numpy/ticket/1656 Reported 2010-10-31 by trac user sunqiang, assigned to atmention:pierregm.
from userguide http://docs.scipy.org/doc/numpy/user/basics.io.genfromtxt.html#the-delimiter-argument (the second example):
quick and dirty fix: insert "line = line.rstrip()" at line 212 of C:\Python27\Lib\site-packages\numpy\lib_iotools.py, aka, the first line of method _fixedwidth_splitter(self, line) of class LineSplitter: