cpython/Tools
Guido van Rossum 26a9d37e5c new, from ../Demo/www 1995-03-15 11:26:05 +00:00
..
bgen the usual 1995-03-10 14:42:57 +00:00
freeze moved Demo/freeze to Tools/freeze 1995-03-02 15:54:21 +00:00
modulator moved Demo/modulator to Tools/modulator 1995-03-02 15:55:28 +00:00
scripts new, from ../Demo/www 1995-03-15 11:26:05 +00:00
world Use /depot/gnu/plat/bin/perl 1994-12-05 23:30:59 +00:00
README new 1995-03-02 15:51:27 +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.  Requires Tk.

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