diff options
author | Guido van Rossum <guido@python.org> | 1997-08-28 02:41:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-28 02:41:33 (GMT) |
commit | a11b0415379012d6f47fcd7324325f575bbe90de (patch) | |
tree | 2493a82c14fb35e544dc118d3e60132cacb97f8e /Tools/README | |
parent | 8c5fa9125370aad3f183a07df56f79d52dd1957a (diff) | |
download | cpython-a11b0415379012d6f47fcd7324325f575bbe90de.zip cpython-a11b0415379012d6f47fcd7324325f575bbe90de.tar.gz cpython-a11b0415379012d6f47fcd7324325f575bbe90de.tar.bz2 |
Added faqwiz and webchecker.
Diffstat (limited to 'Tools/README')
-rw-r--r-- | Tools/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/README b/Tools/README index acf755a..f0b9bf9 100644 --- a/Tools/README +++ b/Tools/README @@ -4,6 +4,10 @@ while building or extending Python. bgen Generate complete extension modules from a description. Still under development! +faqwiz FAQ Wizard. + See http://grail.cnri.reston.va.us/cgi-bin/faqw.py + for a live example. + freeze Create a stand-alone executable from a Python program. modulator Interactively generate boiler plate for an extension @@ -12,3 +16,5 @@ modulator Interactively generate boiler plate for an extension scripts A number of useful single-file programs, e.g. for converting old Python sources to the current language definition. + +webchecker A link checker for web sites. |