Staging
v0.5.1
https://github.com/python/cpython
Revision 18b0db3b53a180f18009e6415ba9f943bcd86635 authored by Guido van Rossum on 07 October 1997, 14:39:43 UTC, committed by Guido van Rossum on 07 October 1997, 14:39:43 UTC
1 parent 9faf4c5
Raw File
Tip revision: 18b0db3b53a180f18009e6415ba9f943bcd86635 authored by Guido van Rossum on 07 October 1997, 14:39:43 UTC
Set Oct 10 as the release date.
Tip revision: 18b0db3
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!

faqwiz		FAQ Wizard.
		See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
		for a live example.

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.

webchecker	A link checker for web sites.
back to top