]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added freeze.py, methfix.py
authorGuido van Rossum <guido@python.org>
Thu, 1 Apr 1993 20:50:12 +0000 (20:50 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Apr 1993 20:50:12 +0000 (20:50 +0000)
Demo/scripts/README

index d093323939a3921ba04861a081445a40d66daf93..b5c64c4ecf13b991f80da33653165525692523d5 100644 (file)
@@ -18,10 +18,12 @@ dutree.py           Format du(1) output as a tree sorted by size
 eptags.py              Create Emacs TAGS file for Python modules
 fact.py                        Factorize numbers
 findlinksto.py         Recursively find symbolic links to a given path prefix
+freeze.py              Convert a Python script into a free-standing binary
 from.py                        Summarize mailbox
 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
+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
 pdeps.py               Print dependencies between Python modules