summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/README
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@gmail.com>2009-02-24 22:48:34 (GMT)
committerJeffrey Yasskin <jyasskin@gmail.com>2009-02-24 22:48:34 (GMT)
commit43bff057c14fd027fc4239b8bc7dc3f8e1d3d243 (patch)
tree25a0c002702cf2a77d4c03fafd514764d90f380f /Tools/scripts/README
parentb7019d8e9e6cb08a3b428351823382f3fc37899b (diff)
downloadcpython-43bff057c14fd027fc4239b8bc7dc3f8e1d3d243.zip
cpython-43bff057c14fd027fc4239b8bc7dc3f8e1d3d243.tar.gz
cpython-43bff057c14fd027fc4239b8bc7dc3f8e1d3d243.tar.bz2
Tools/scripts/analyze_dxp.py, a module with some helper functions to
analyze the output of sys.getdxp().
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r--Tools/scripts/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 9c7b40e..99c7d87 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -4,6 +4,7 @@ dutree or lll) are also generally useful UNIX tools.
See also the Demo/scripts directory!
+analyze_dxp.py Analyzes the result of sys.getdxp()
byext.py Print lines/words/chars stats of files by extension
byteyears.py Print product of a file's size and age
checkappend.py Search for multi-argument .append() calls