From: Benjamin Peterson Date: Sun, 1 Jun 2008 18:50:38 +0000 (+0000) Subject: add notes about the removal of bgen X-Git-Tag: v3.0b1~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=630c829643c7e5dec0f738e853d4a81ddd192a39;p=thirdparty%2FPython%2Fcpython.git add notes about the removal of bgen --- diff --git a/Misc/NEWS b/Misc/NEWS index 0c3838919df9..40b383dc4502 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -143,6 +143,8 @@ Library - The test.test_support module has been renamed to test.support. +- The bgen tool has been removed + Build ----- diff --git a/Tools/README b/Tools/README index 404ba4dbfc66..db6e3705a4f4 100644 --- a/Tools/README +++ b/Tools/README @@ -7,9 +7,6 @@ audiopy Audiopy is a program to control the Solaris audio be run either as a command-line script, or as a Tkinter application. -bgen Generate complete extension modules from a - description. Still under development! - compiler Tools used to maintain the compiler package in the standard library.