diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2019-11-11 22:25:22 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2019-11-12 09:25:59 +0000 |
commit | 9ce99dd8b682754ca0efe0cb2fc1dad9f03fb234 (patch) | |
tree | 81e5bac6d17eb762c6bb02d3f933c387cefcf6ee /numpy/polynomial/polyutils.py | |
parent | 035ef5ac3ca52b9f14ea3effe739c6aaca9411bc (diff) | |
download | numpy-9ce99dd8b682754ca0efe0cb2fc1dad9f03fb234.tar.gz |
BUG: Remove builtins from __all__
This was introduced in 3ca0eb1136102ff01bcc171f53c106326fa4445b, due to an incorrect implementation of `__dir__` (fixed in the previous commit).
It was never released, so this is not a breaking change.
In that commit, `from numpy import *` would reset all the builtins to their defaults, and set `unicode = str`, `long = int`.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions