cpython/Tools/bgen
Jack Jansen f75225b448 - tp_init shouldn't call base class tp_init by default
- tp_new (which was apparently always overridden:-) called base class
  tp_init in stead of tp_new.
2006-04-20 21:38:17 +00:00
..
bgen - tp_init shouldn't call base class tp_init by default 2006-04-20 21:38:17 +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

README

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!