diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2015-06-24 18:32:07 -0700 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2015-06-24 18:32:07 -0700 |
commit | e552922fe6c8854541337a10970ff1b62caffc70 (patch) | |
tree | f2de1f207bfc50015a3b10f075bda1604caaa8e3 /numpy/core/defchararray.py | |
parent | 75190503dd569e58029cdac81e6451907181c130 (diff) | |
download | numpy-e552922fe6c8854541337a10970ff1b62caffc70.tar.gz |
MAINT: remove use of 'raise StopIteration' from generators
This triggers a PendingDeprecationWarning in py3.5 -- you're supposed
to just write "return" instead (which on earlier versions is
equivalent). See PEP 479: https://www.python.org/dev/peps/pep-0479/
Diffstat (limited to 'numpy/core/defchararray.py')
0 files changed, 0 insertions, 0 deletions