summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/DISTUTILS.rst.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/DISTUTILS.rst.txt b/doc/DISTUTILS.rst.txt
index 01527374d..f1f270462 100644
--- a/doc/DISTUTILS.rst.txt
+++ b/doc/DISTUTILS.rst.txt
@@ -587,10 +587,6 @@ The header of a typical SciPy ``__init__.py`` is::
test = Tester().test
bench = Tester().bench
-Note that NumPy submodules still use a file named ``info.py`` in which the
-module docstring and ``__all__`` dict are defined. These files will be removed
-at some point.
-
Extra features in NumPy Distutils
'''''''''''''''''''''''''''''''''