summaryrefslogtreecommitdiffstats
path: root/Demo/scripts
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-07 10:56:05 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-07 10:56:05 (GMT)
commite024873397cae1f1ecd9ff8e526e02fe3382289a (patch)
tree02197be59b1cc0f77f3e694fc136a9de7f19699e /Demo/scripts
parent032d39461bf344ae731b7dab6101bbf6bcdcb249 (diff)
downloadcpython-e024873397cae1f1ecd9ff8e526e02fe3382289a.zip
cpython-e024873397cae1f1ecd9ff8e526e02fe3382289a.tar.gz
cpython-e024873397cae1f1ecd9ff8e526e02fe3382289a.tar.bz2
Added ftpstats.py
Diffstat (limited to 'Demo/scripts')
-rw-r--r--Demo/scripts/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/scripts/README b/Demo/scripts/README
index 4c46f5f..65046dc 100644
--- a/Demo/scripts/README
+++ b/Demo/scripts/README
@@ -22,9 +22,11 @@ fixps.py Fix Python scripts' first line (if #!)
fixcid.py Massive identifier substitution on C source files
freeze.py Convert a Python script into a free-standing binary
from.py Summarize mailbox
+ftpstats.py Summarize ftp daemon log file
linktree.py Make a copy of a tree with links to original files
lll.py Find and list symbolic links in current directory
lpwatch.py Watch BSD line printer queues
+markov.py Markov chain simulation of words or characters
methfix.py Fix old method syntax def f(self, (a1, ..., aN)):
mkreal.py Turn a symbolic link into a real file or directory
objgraph.py Print object graph from nm output on a library