diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2020-03-01 10:32:23 -0800 |
---|---|---|
committer | Ross Barnowski <rossbar@berkeley.edu> | 2020-03-01 10:32:23 -0800 |
commit | 839112067127ce2da922caca2fbf0eebc3e9e04d (patch) | |
tree | 3c26576075c3804ef028e2c0bec7ee3f85fac1a8 /numpy/__init__.py | |
parent | 2c61a7fcdb51540aa8908a8ae37678e4c92d8bd9 (diff) | |
download | numpy-839112067127ce2da922caca2fbf0eebc3e9e04d.tar.gz |
FIXME -> NOTE: more precise language in comment.
Reference multiple relevant discussions on GH
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 186e75c15..ba35224e6 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -141,8 +141,8 @@ else: from .core import * from . import compat from . import lib - # FIXME: why have numpy.lib if everything is imported here?? - # See gh-14454 for discussion. + # NOTE: to be revisited following future namespace cleanup. + # See gh-14454 and gh-15672 for discussion. from .lib import * from . import linalg |