diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-01 18:50:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-01 18:50:38 (GMT) |
commit | 630c829643c7e5dec0f738e853d4a81ddd192a39 (patch) | |
tree | 8a9cf33415576bbcb5c1ad3565dfce8a5c78f2cf /Tools/README | |
parent | f6325444e9c2804825e427c69a6178e9a23f564d (diff) | |
download | cpython-630c829643c7e5dec0f738e853d4a81ddd192a39.zip cpython-630c829643c7e5dec0f738e853d4a81ddd192a39.tar.gz cpython-630c829643c7e5dec0f738e853d4a81ddd192a39.tar.bz2 |
add notes about the removal of bgen
Diffstat (limited to 'Tools/README')
-rw-r--r-- | Tools/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/README b/Tools/README index 404ba4d..db6e370 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. |