diff options
author | seberg <sebastian@sipsolutions.net> | 2014-02-26 15:50:39 +0100 |
---|---|---|
committer | seberg <sebastian@sipsolutions.net> | 2014-02-26 15:50:39 +0100 |
commit | 997f65e1b2539b8d51221bee38ae1f2a78d804f3 (patch) | |
tree | 612afc0603fa09a984413229e6618753410c9b56 /doc | |
parent | 5100498ea6bdb4522b48550aad8841687586095a (diff) | |
parent | 7daf5cd7569f02daa8f71805ea499fdf899d35d0 (diff) | |
download | numpy-997f65e1b2539b8d51221bee38ae1f2a78d804f3.tar.gz |
Merge pull request #4333 from charris/fix-gh-2312
Fix gh 2312
Diffstat (limited to 'doc')
-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 ============ |