Skip to content

Commit

Permalink
MAINT: document change to bytestring index behavior
Browse files Browse the repository at this point in the history
Bytestring indices now raise IndexError, not ValueError

[ci skip]
  • Loading branch information
ahaldane committed Jun 17, 2015
1 parent 6c1e1de commit 53b8c2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/release/1.10.0-notes.rst
Expand Up @@ -94,6 +94,11 @@ provided in the 'out' keyword argument, and it would be used as the first
output for ufuncs with multiple outputs, is deprecated, and will result in a
`DeprecationWarning` now and an error in the future.

byte-array indices now raises an IndexError
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Indexing an ndarray using a byte-string in Python 3 now raises an IndexError
instead of a ValueError.

New Features
============

Expand Down

0 comments on commit 53b8c2a

Please sign in to comment.