diff options
author | Jeffrey Yasskin <jyasskin@gmail.com> | 2009-02-24 22:48:34 (GMT) |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@gmail.com> | 2009-02-24 22:48:34 (GMT) |
commit | 43bff057c14fd027fc4239b8bc7dc3f8e1d3d243 (patch) | |
tree | 25a0c002702cf2a77d4c03fafd514764d90f380f /Tools/scripts/README | |
parent | b7019d8e9e6cb08a3b428351823382f3fc37899b (diff) | |
download | cpython-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/README | 1 |
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 |