[Python-checkins] cpython (3.1): Remove inexistent tools

brian.curtin python-checkins at python.org
Wed Apr 13 23:13:10 CEST 2011


http://hg.python.org/cpython/rev/135cf9104f56
changeset:   69335:135cf9104f56
branch:      3.1
parent:      69328:bc707ca54e00
user:        Brian Curtin <brian at python.org>
date:        Wed Apr 13 16:04:27 2011 -0500
summary:
  Remove inexistent tools

files:
  Tools/README |  12 ------------
  1 files changed, 0 insertions(+), 12 deletions(-)


diff --git a/Tools/README b/Tools/README
--- 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 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list