diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index c5c58b020..ba35224e6 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -141,7 +141,8 @@ else: from .core import * from . import compat from . import lib - # FIXME: why have numpy.lib if everything is imported here?? + # NOTE: to be revisited following future namespace cleanup. + # See gh-14454 and gh-15672 for discussion. from .lib import * from . import linalg |