diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-01-05 22:40:23 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2020-01-11 11:18:01 +0000 |
commit | e83bd4658de5d7ffb6a460f68d2638c1b0a35068 (patch) | |
tree | bd714498dac9abc8f3a195946e3e08a4239da8d0 /numpy/array_api/_array_object.py | |
parent | 4cd5a88c130894d3916c1cb174b1e73f10dac232 (diff) | |
download | numpy-e83bd4658de5d7ffb6a460f68d2638c1b0a35068.tar.gz |
MAINT: Work with unicode strings in `dtype('i8,i8')`
Right now, we convert `str` objects to `bytes`, and then work with those.
Since this is a human convenience API, the input really ought to be a string.
A future patch will suggest deprecating `dtype(b'i8,i8')`, but for now it will continue to work.
Diffstat (limited to 'numpy/array_api/_array_object.py')
0 files changed, 0 insertions, 0 deletions