summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-07-04 20:47:00 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-07-04 20:47:00 (GMT)
commit5cca695ed64482c88c010964142ffad5e9104fe3 (patch)
treef1e1ba0162a9e432375ea1a8b29edd505961831a /Tools
parent45a26b9b185dcc37eca22cdbaf2742c4d500c7d2 (diff)
downloadcpython-5cca695ed64482c88c010964142ffad5e9104fe3.zip
cpython-5cca695ed64482c88c010964142ffad5e9104fe3.tar.gz
cpython-5cca695ed64482c88c010964142ffad5e9104fe3.tar.bz2
Add brief explanation; remove no-longer-working link
Diffstat (limited to 'Tools')
-rw-r--r--Tools/README4
1 files changed, 1 insertions, 3 deletions
diff --git a/Tools/README b/Tools/README
index fffe9d2..655b3ce 100644
--- a/Tools/README
+++ b/Tools/README
@@ -1,9 +1,7 @@
This directory contains a number of Python programs that are useful
while building or extending Python.
-faqwiz FAQ Wizard.
- See http://www.python.org/cgi-bin/faqw.py
- for a live example.
+faqwiz FAQ Wizard: a CGI script for a user-editable FAQ.
freeze Create a stand-alone executable from a Python program.