diff options
author | Raymond Hettinger <python@rcn.com> | 2012-07-03 07:12:27 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2012-07-03 07:12:27 (GMT) |
commit | cf6eac40639ef64fe07a83abd313dab06a45a1e1 (patch) | |
tree | 39786a6a47386343e075ad281b04594c4f7184e9 /Tools/scripts/README | |
parent | ecea0fb1739d4a85a235cee6013747742d9e9acb (diff) | |
download | cpython-cf6eac40639ef64fe07a83abd313dab06a45a1e1.zip cpython-cf6eac40639ef64fe07a83abd313dab06a45a1e1.tar.gz cpython-cf6eac40639ef64fe07a83abd313dab06a45a1e1.tar.bz2 |
Minor cleanups
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 84b888f..d65d1fd 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -28,6 +28,7 @@ ftpmirror.py FTP mirror script google.py Open a webbrowser with Google gprof2html.py Transform gprof(1) output into useful HTML h2py.py Translate #define's into Python assignments +highlight.py Python syntax highlighting with HTML output idle3 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) @@ -47,7 +48,6 @@ pdeps.py Print dependencies between Python modules pickle2db.py Load a pickle generated by db2pickle.py to a database pindent.py Indent Python code, giving block-closing comments ptags.py Create vi tags file for Python modules -pycolorize.py Python syntax highlighting with HTML output pydoc3 Python documentation browser pysource.py Find Python source files redemo.py Basic regular expression demonstration facility |