Staging
v0.5.1
https://github.com/python/cpython
Revision b4ae6a39992c43578a96320151003ee38680f681 authored by Guido van Rossum on 08 August 1996, 19:05:09 UTC, committed by Guido van Rossum on 08 August 1996, 19:05:09 UTC
1 parent 3bedce0
Raw File
Tip revision: b4ae6a39992c43578a96320151003ee38680f681 authored by Guido van Rossum on 08 August 1996, 19:05:09 UTC
Re-install aix files (what happened?)
Tip revision: b4ae6a3
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.
back to top