diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-07-03 21:00:51 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-07-03 21:00:51 (GMT) |
commit | 702636a8a50b421bcb07f67337bab929ae464170 (patch) | |
tree | 90c6111764c6d442d65efeff0056bb3e3f3f57d2 /Tools/README | |
parent | 60c762b77a87438691c1a788f0f427eb666e106b (diff) | |
download | cpython-702636a8a50b421bcb07f67337bab929ae464170.zip cpython-702636a8a50b421bcb07f67337bab929ae464170.tar.gz cpython-702636a8a50b421bcb07f67337bab929ae464170.tar.bz2 |
Remove nonexistent tools from Tools README.
Diffstat (limited to 'Tools/README')
-rw-r--r-- | Tools/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Tools/README b/Tools/README index 9a93bfa..fffe9d2 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. @@ -36,8 +27,6 @@ unicode Tools used to generate unicode database files for 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 out where in the world those addresses originate from, based on the top-level domain country code found in |