Staging
v0.5.1
https://github.com/python/cpython
Revision c95a6c1af5cdbba38ccc7eb9398df01bc24dd731 authored by Guido van Rossum on 15 August 1997, 16:23:32 UTC, committed by Guido van Rossum on 15 August 1997, 16:23:32 UTC
1 parent 57fa217
Raw File
Tip revision: c95a6c1af5cdbba38ccc7eb9398df01bc24dd731 authored by Guido van Rossum on 15 August 1997, 16:23:32 UTC
Use imp.find_module() as the most certain way to find the test data.
Tip revision: c95a6c1
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