mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
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:
parent
1ce6136018
commit
f2055ae43d
32 changed files with 1 additions and 1456 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue