Remove nonexistent tools from Tools README.
This commit is contained in:
parent
60c762b77a
commit
702636a8a5
11
Tools/README
11
Tools/README
|
@ -1,15 +1,6 @@
|
||||||
This directory contains a number of Python programs that are useful
|
This directory contains a number of Python programs that are useful
|
||||||
while building or extending Python.
|
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.
|
faqwiz FAQ Wizard.
|
||||||
See http://www.python.org/cgi-bin/faqw.py
|
See http://www.python.org/cgi-bin/faqw.py
|
||||||
for a live example.
|
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
|
versioncheck A tool to automate checking whether you have the latest
|
||||||
version of a package (by Jack Jansen).
|
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
|
world Script to take a list of Internet addresses and print
|
||||||
out where in the world those addresses originate from,
|
out where in the world those addresses originate from,
|
||||||
based on the top-level domain country code found in
|
based on the top-level domain country code found in
|
||||||
|
|
Loading…
Reference in New Issue