diff options
author | Raymond Hettinger <python@rcn.com> | 2012-07-01 05:19:04 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2012-07-01 05:19:04 (GMT) |
commit | fd490cc0523479de87f3894f91074d8c876f7491 (patch) | |
tree | 1b6c9135ad9a79502d29f94b70963fe2c066904b /Tools/scripts/README | |
parent | 410afbc5d8d11624bdb71650c4c79ed54318dd00 (diff) | |
download | cpython-fd490cc0523479de87f3894f91074d8c876f7491.zip cpython-fd490cc0523479de87f3894f91074d8c876f7491.tar.gz cpython-fd490cc0523479de87f3894f91074d8c876f7491.tar.bz2 |
Small cleanups
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index eb28a9e..e7e2dde 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -47,6 +47,7 @@ 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 Python syntax highlighting with HTML output. pydoc3 Python documentation browser pysource.py Find Python source files redemo.py Basic regular expression demonstration facility |