Staging
v0.5.1
https://github.com/python/cpython
Revision 9190b6f4a6f4119d6459d04a74f9b1ad511d1ca0 authored by Raymond Hettinger on 02 April 2014, 05:11:34 UTC, committed by Raymond Hettinger on 02 April 2014, 05:11:34 UTC
1 parent aa73855
Raw File
Tip revision: 9190b6f4a6f4119d6459d04a74f9b1ad511d1ca0 authored by Raymond Hettinger on 02 April 2014, 05:11:34 UTC
Issue 21125: minor wording tweak.
Tip revision: 9190b6f
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!

WARNING: bgen has been removed in 3.0.
back to top