cpython/Tools
Jack Jansen 8d2033f08b Two new methods 1995-06-20 12:42:39 +00:00
..
bgen Added missing setselftype method to ManualGenerator 1995-06-18 20:08:28 +00:00
freeze removed some harsh words and added some clarifications 1995-04-05 10:59:20 +00:00
modulator Two new methods 1995-06-20 12:42:39 +00:00
scripts mods by Gregor Schmid -- very nice! 1995-05-03 14:17:36 +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.