summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-01-27 14:47:23 +0000
committerSkip Montanaro <skip@pobox.com>2004-01-27 14:47:23 +0000
commit297462cb43332294958fcc0de7fe197d638bfd9f (patch)
tree4151fafb2ab75ebff0a0e1bbf84a4457a7b9732c /Tools
parent7c9861d8b90794854ee1a16e15b95e8e6f9fd2e2 (diff)
downloadcpython-297462cb43332294958fcc0de7fe197d638bfd9f.tar.gz
add hotshotmain.py ref
Diffstat (limited to 'Tools')
-rw-r--r--Tools/scripts/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 0ce797f4bf..ab6d83e1fc 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -30,6 +30,7 @@ gencodec.py Create Python codecs from Unicode mapping files
google.py Open a webbrowser with Google.
gprof2html.py Transform gprof(1) output into useful HTML.
h2py.py Translate #define's into Python assignments
+hotshotmain.py Main program to run script under control of hotshot
idle Main program to start IDLE
ifdef.py Remove #if(n)def groups from C sources
lfcr.py Change LF line endings to CRLF (Unix to Windows)