add notes about the removal of bgen
diff --git a/Misc/NEWS b/Misc/NEWS
index 0c38389..40b383d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,8 @@
 
 - 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 404ba4d..db6e370 100644
--- a/Tools/README
+++ b/Tools/README
@@ -7,9 +7,6 @@
 		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.