summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/README
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-02-26 18:55:48 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-02-26 18:55:48 (GMT)
commitefb06b0d91a6f7f4a34bd2dc46f4afbffdf49e0e (patch)
tree5ab5f2a98bec4f2f164928aace5e47a7cc810736 /Tools/scripts/README
parente3a29806449132490029fafa4cc1349d9d4077a8 (diff)
downloadcpython-efb06b0d91a6f7f4a34bd2dc46f4afbffdf49e0e.zip
cpython-efb06b0d91a6f7f4a34bd2dc46f4afbffdf49e0e.tar.gz
cpython-efb06b0d91a6f7f4a34bd2dc46f4afbffdf49e0e.tar.bz2
Merged revisions 69811,69947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69811 | collin.winter | 2009-02-20 13:30:41 -0600 (Fri, 20 Feb 2009) | 2 lines Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example. ........ r69947 | jeffrey.yasskin | 2009-02-24 16:48:34 -0600 (Tue, 24 Feb 2009) | 3 lines 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 f5c9791..64fc2bd 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