summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-02-22 21:04:02 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-02-22 21:04:02 (GMT)
commitf2055ae43d25013d9e7b74c2cf23128b28229557 (patch)
tree0860a5ec892332e62ecedff3d24153a3e7f7dae2 /Doc
parent1ce6136018b6e1447368e1cc9ec3b70b0dd8729d (diff)
downloadcpython-f2055ae43d25013d9e7b74c2cf23128b28229557.zip
cpython-f2055ae43d25013d9e7b74c2cf23128b28229557.tar.gz
cpython-f2055ae43d25013d9e7b74c2cf23128b28229557.tar.bz2
Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.
(I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/extending/extending.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst
index 6f77117..c7bff3e 100644
--- a/Doc/extending/extending.rst
+++ b/Doc/extending/extending.rst
@@ -372,12 +372,7 @@ source distribution.
A more substantial example module is included in the Python source distribution
as :file:`Modules/xxmodule.c`. This file may be used as a template or simply
-read as an example. The :program:`modulator.py` script included in the source
-distribution or Windows install provides a simple graphical user interface for
-declaring the functions and objects which a module should implement, and can
-generate a template which can be filled in. The script lives in the
-:file:`Tools/modulator/` directory; see the :file:`README` file there for more
-information.
+read as an example.
.. _compilation: