add a warning about bgen being removed
authorBenjamin Peterson <benjamin@python.org>
Sun, 1 Jun 2008 19:01:25 +0000 (19:01 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 1 Jun 2008 19:01:25 +0000 (19:01 +0000)
Tools/README
Tools/bgen/README

index 404ba4dbfc66a5b2f50dc6c2e6b0c2b7177bf466..97b3823ca549f9ec136e5adef5e43acd80b8e46a 100644 (file)
@@ -9,6 +9,7 @@ audiopy         Audiopy is a program to control the Solaris audio
 
 bgen           Generate complete extension modules from a
                description.  Still under development!
+                WARNING: bgen has been removed in 3.0
 
 compiler       Tools used to maintain the compiler package in the
                standard library.
index 70700c652ae359a7d8d2619e017e828db8551b99..3cf9069d1a121fc19647e36768505a8020dc97b4 100644 (file)
@@ -5,3 +5,5 @@ 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.