[Python-checkins] r63863 - in python/trunk/Tools: README bgen/README

benjamin.peterson python-checkins at python.org
Sun Jun 1 21:01:25 CEST 2008


Author: benjamin.peterson
Date: Sun Jun  1 21:01:25 2008
New Revision: 63863

Log:
add a warning about bgen being removed


Modified:
   python/trunk/Tools/README
   python/trunk/Tools/bgen/README

Modified: python/trunk/Tools/README
==============================================================================
--- python/trunk/Tools/README	(original)
+++ python/trunk/Tools/README	Sun Jun  1 21:01:25 2008
@@ -9,6 +9,7 @@
 
 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.

Modified: python/trunk/Tools/bgen/README
==============================================================================
--- python/trunk/Tools/bgen/README	(original)
+++ python/trunk/Tools/bgen/README	Sun Jun  1 21:01:25 2008
@@ -5,3 +5,5 @@
 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.


More information about the Python-checkins mailing list