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.)
This commit is contained in:
Andrew M. Kuchling 2010-02-22 21:04:02 +00:00
parent 1ce6136018
commit f2055ae43d
32 changed files with 1 additions and 1456 deletions

View file

@ -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: