summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-06-01 18:50:38 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-06-01 18:50:38 (GMT)
commit630c829643c7e5dec0f738e853d4a81ddd192a39 (patch)
tree8a9cf33415576bbcb5c1ad3565dfce8a5c78f2cf /Misc/NEWS
parentf6325444e9c2804825e427c69a6178e9a23f564d (diff)
downloadcpython-630c829643c7e5dec0f738e853d4a81ddd192a39.zip
cpython-630c829643c7e5dec0f738e853d4a81ddd192a39.tar.gz
cpython-630c829643c7e5dec0f738e853d4a81ddd192a39.tar.bz2
add notes about the removal of bgen
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0c38389..40b383d 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
-----