Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7daf5cd

Browse files
committed
DOC: Document tofile exception changes in 1.9.0 release notes.
1 parent 1058717 commit 7daf5cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/release/1.9.0-notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ for item getting, negative indices will not be supported anymore.
5858
``PySequence_GetItem`` and ``PySequence_SetItem`` however fix negative
5959
indices so that they can be used there.
6060

61+
ndarray.tofile exception type
62+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
63+
All tofile exceptions are now IOError, some were previously ValueError.
64+
6165

6266
New Features
6367
============

0 commit comments

Comments
 (0)