diff options
author | Guido van Rossum <guido@python.org> | 1997-09-16 18:57:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-16 18:57:42 (GMT) |
commit | b81b5c72db472f129821312282c248e272732046 (patch) | |
tree | 41ac18087c32566e1b451873e716c310a2555e63 /Tools/scripts/README | |
parent | d2ba3690ce16f946b0e588228c4153389b1c5efc (diff) | |
download | cpython-b81b5c72db472f129821312282c248e272732046.zip cpython-b81b5c72db472f129821312282c248e272732046.tar.gz cpython-b81b5c72db472f129821312282c248e272732046.tar.bz2 |
Moved pystone to Lib/test. Use import test.pystone to run it.
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r-- | Tools/scripts/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 6013a48..37d8852 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -28,7 +28,6 @@ pathfix.py Change #!/usr/local/bin/python into something else pdeps.py Print dependencies between Python modules pindent.py Indent Python code, giving block-closing comments ptags.py Create vi tags file for Python modules -pystone.py Benchmark, based on "Dhrystone" C benchmark suff.py Sort a list of files by suffix sum5.py Print md5 checksums of files treesync.py Synchronize source trees (very ideosyncratic) |