aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-07-04 20:47:00 +0000
committerAndrew M. Kuchling <amk@amk.ca>2010-07-04 20:47:00 +0000
commit5cca695ed64482c88c010964142ffad5e9104fe3 (patch)
treef1e1ba0162a9e432375ea1a8b29edd505961831a /Tools/README
parentRevert -r82559; it's not clear that this is the right thing to do, and the c... (diff)
downloadcpython-5cca695ed64482c88c010964142ffad5e9104fe3.tar.gz
cpython-5cca695ed64482c88c010964142ffad5e9104fe3.tar.bz2
cpython-5cca695ed64482c88c010964142ffad5e9104fe3.zip
Add brief explanation; remove no-longer-working link
Diffstat (limited to 'Tools/README')
-rw-r--r--Tools/README4
1 files changed, 1 insertions, 3 deletions
diff --git a/Tools/README b/Tools/README
index fffe9d29625..655b3ceaedc 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.