This commit was manufactured by cvs2svn to create tag 'cnrisync'.
[python/dscho.git] / Tools / README
blobacf755af8e1135539fcd76c678897e9ca2d2b1b4
1 This directory contains a number of Python programs that are useful
2 while building or extending Python.
4 bgen            Generate complete extension modules from a
5                 description.  Still under development!
7 freeze          Create a stand-alone executable from a Python program.
9 modulator       Interactively generate boiler plate for an extension
10                 module.  Works easiest if you have Tk.
12 scripts         A number of useful single-file programs, e.g. for
13                 converting old Python sources to the current language
14                 definition.