cpython/Tools
Jack Jansen e48aa966c1 Fixed bug in cts error message handling. 1995-11-10 14:56:16 +00:00
..
bgen New universal headers 1995-10-09 23:12:22 +00:00
freeze added getpath.c; added -P exec_prefix; added explanatory note 1995-08-08 14:21:07 +00:00
modulator Removed unneeded reference to tkinter 1995-10-23 14:34:52 +00:00
scripts Fixed bug in cts error message handling. 1995-11-10 14:56:16 +00:00
world updated comments 1995-06-15 15:56:34 +00:00
README Fixed sentence about modulator 1995-06-20 12:32:43 +00:00

README

This directory contains a number of Python programs that are useful
while building or extending Python.

bgen		Generate complete extension modules from a
		description.  Still under development!

freeze		Create a stand-alone executable from a Python program.

modulator	Interactively generate boiler plate for an extension
		module.  Works easiest if you have Tk.

scripts		A number of useful single-file programs, e.g. for
		converting old Python sources to the current language
		definition.