0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Tools
Guido van Rossum 814842f395 Removed most of the README text since it is all about the Mac specific
examples, which no longer live here.
1996-05-24 18:43:47 +00:00
..
bgen Removed most of the README text since it is all about the Mac specific 1996-05-24 18:43:47 +00:00
freeze added getpath.c; added -P exec_prefix; added explanatory note 1995-08-08 14:21:07 +00:00
modulator A few missing casts (Richard Neitzel). 1996-03-07 16:16:54 +00:00
scripts Create files as temp file and move to real location only when complete. 1996-04-09 02:51:23 +00:00
world
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.