diff options
Diffstat (limited to 'doc/release/1.9.0-notes.rst')
-rw-r--r-- | doc/release/1.9.0-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/1.9.0-notes.rst b/doc/release/1.9.0-notes.rst index 4b51f6064..d674552a3 100644 --- a/doc/release/1.9.0-notes.rst +++ b/doc/release/1.9.0-notes.rst @@ -58,6 +58,10 @@ for item getting, negative indices will not be supported anymore. ``PySequence_GetItem`` and ``PySequence_SetItem`` however fix negative indices so that they can be used there. +ndarray.tofile exception type +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +All tofile exceptions are now IOError, some were previously ValueError. + New Features ============ |