blob: 70700c652ae359a7d8d2619e017e828db8551b99 [file] [log] [blame]
Guido van Rossum814842f1996-05-24 18:43:47 +00001BGEN -- Automatic Generation of Extension Modules
2=================================================
Guido van Rossumbcf08541995-02-05 16:52:24 +00003
4This directory contains BGEN -- a package that helps in generating
Guido van Rossum814842f1996-05-24 18:43:47 +00005complete source code for Python extension module. For examples of its
6use, see the Mac Python source distribution (available separately
7from the Python ftp archives). Note that BGEN is not Mac specific!