Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures...
[python.git] / Tools / bgen / README
blob3cf9069d1a121fc19647e36768505a8020dc97b4
1 BGEN -- Automatic Generation of Extension Modules
2 =================================================
4 This directory contains BGEN -- a package that helps in generating
5 complete source code for Python extension module.  For examples of its
6 use, see the Mac Python source distribution (available separately
7 from the Python ftp archives).  Note that BGEN is not Mac specific!
9 WARNING: bgen has been removed in 3.0.