Staging
v0.5.1
https://github.com/python/cpython
Revision 1741d607255226e721098c8b723f11586887344e authored by Guido van Rossum on 08 August 1996, 18:52:59 UTC, committed by Guido van Rossum on 08 August 1996, 18:52:59 UTC
1 parent 15cc9a0
Raw File
Tip revision: 1741d607255226e721098c8b723f11586887344e authored by Guido van Rossum on 08 August 1996, 18:52:59 UTC
Added casts from unsigned char to char when calling rds_object() on
Tip revision: 1741d60
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