cpython/Tools
Guido van Rossum 5f858801a2 new 1995-03-02 15:51:27 +00:00
..
bgen another round 1995-02-27 10:11:31 +00:00
freeze initial checkin 1994-10-08 19:30:50 +00:00
modulator checkin of Jack's original version 1995-03-02 14:05:29 +00:00
scripts use $INCLUDE path (Mark Hammond) 1995-01-17 17:01:40 +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.