On Mon, Feb 28, 2011 at 11:51 PM, Matthieu Brucher <[email protected]> wrote: > Hi, > I'm sorry I didn't file a bug, I have some troubles getting my old trac > account back :| > In lib/npyio.py, there is a mistake line 1029. > Instead on fh.close(), it should have been file.close(). If fromregex opens > the file, it will crash because the name of the file is not correct.
Fixed in 4eebdf9, thanks. Ralf _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
