diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-06-01 19:01:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-06-01 19:01:25 (GMT) |
commit | c49372b080fb9100c63eb7f24c44e16178034659 (patch) | |
tree | 4e629afb3682c84924020aa750a6cc0783375ca0 /Tools/README | |
parent | 9359afff56f6bf87b1850c0ab29a001e0bcbe4a2 (diff) | |
download | cpython-c49372b080fb9100c63eb7f24c44e16178034659.zip cpython-c49372b080fb9100c63eb7f24c44e16178034659.tar.gz cpython-c49372b080fb9100c63eb7f24c44e16178034659.tar.bz2 |
add a warning about bgen being removed
Diffstat (limited to 'Tools/README')
-rw-r--r-- | Tools/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/README b/Tools/README index 404ba4d..97b3823 100644 --- a/Tools/README +++ b/Tools/README @@ -9,6 +9,7 @@ audiopy Audiopy is a program to control the Solaris audio 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. |