diff options
author | Brian Curtin <brian@python.org> | 2011-04-13 21:04:27 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-04-13 21:04:27 (GMT) |
commit | b4fb909c869f5bfd4a7350f149e28368ed4326c7 (patch) | |
tree | a8386ff9294beda8d449e76289a25630cf46d416 /Tools | |
parent | e0fd2f880e13d9649630713c93a620d1e3a48814 (diff) | |
download | cpython-b4fb909c869f5bfd4a7350f149e28368ed4326c7.zip cpython-b4fb909c869f5bfd4a7350f149e28368ed4326c7.tar.gz cpython-b4fb909c869f5bfd4a7350f149e28368ed4326c7.tar.bz2 |
Remove inexistent tools
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Tools/README b/Tools/README index a70e087..ae9b592 100644 --- a/Tools/README +++ b/Tools/README @@ -1,15 +1,6 @@ This directory contains a number of Python programs that are useful while building or extending Python. -audiopy Audiopy is a program to control the Solaris audio - device, allowing you to choose both the input and - output devices, and to set the output volume, that can - be run either as a command-line script, or as a - Tkinter application. - -compiler Tools used to maintain the compiler package in the - standard library. - faqwiz FAQ Wizard. See http://www.python.org/cgi-bin/faqw.py for a live example. @@ -34,9 +25,6 @@ scripts A number of useful single-file programs, e.g. tabnanny.py unicode Tools used to generate unicode database files for Python 2.0 (by Fredrik Lundh). -versioncheck A tool to automate checking whether you have the latest - version of a package (by Jack Jansen). - webchecker A link checker for web sites. world Script to take a list of Internet addresses and print |