cpython/Tools/bgen
Jack Jansen ff38505f1a Added an optional longname argument to Module, which gives the full,
externally visible name of the module. This is so that type names can be
shown as "Carbon.File.FSSpec" even though the real name of the module is
"_File".
2002-12-17 22:08:48 +00:00
..
bgen Added an optional longname argument to Module, which gives the full, 2002-12-17 22:08:48 +00:00
README Removed most of the README text since it is all about the Mac specific 1996-05-24 18:43:47 +00:00

BGEN -- Automatic Generation of Extension Modules
=================================================

This directory contains BGEN -- a package that helps in generating
complete source code for Python extension module.  For examples of its
use, see the Mac Python source distribution (available separately
from the Python ftp archives).  Note that BGEN is not Mac specific!