[NumPy-Tickets] [NumPy] #1685: In savetxt check for 'write' and not for (unused) 'seek'
NumPy Trac
numpy-tickets@scipy....
Wed Nov 24 16:33:14 CST 2010
#1685: In savetxt check for 'write' and not for (unused) 'seek'
-----------------------+----------------------------------------------------
Reporter: naufraghi | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.5.0
Keywords: |
-----------------------+----------------------------------------------------
savetxt checks if the first argument is a filename or a filelike object,
but it checks for a 'seek' attr, even if in the code below only 'write'
and 'close' are used.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1685>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list