]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added ftpstats.py
authorGuido van Rossum <guido@python.org>
Fri, 7 Jan 1994 10:56:05 +0000 (10:56 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Jan 1994 10:56:05 +0000 (10:56 +0000)
Demo/scripts/README

index 4c46f5f6119a77a87676df24ddc8a114f74bf53c..65046dc7debcdb0dcc25bcc5a8f75546ca91002a 100644 (file)
@@ -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