diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-06-10 09:16:22 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2020-06-12 15:04:16 +0100 |
commit | 70f4526b16b1f5815c7a2d46a2b10f1961166463 (patch) | |
tree | d701b6cf02453b9e71c440209b8a8432faeb556b /numpy/polynomial/polyutils.py | |
parent | 4be513d47212a28c000107d7c532c0a5a4312953 (diff) | |
download | numpy-70f4526b16b1f5815c7a2d46a2b10f1961166463.tar.gz |
DEP: Deprecate aliases of builtin types in python 3.7+
This:
* Makes accessing these attributes emit a deprecation warning
* Removes them from `dir(numpy)`, so as not to emit warnings for user of `inspect.getmembers`
These aliases are a continual source of confusion for beginners, and are still often used by accident by experts.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions