diff options
author | Guido van Rossum <guido@python.org> | 1993-04-01 20:50:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-04-01 20:50:12 (GMT) |
commit | 9db0c1f7c7ba2ab7fbb08d3a064ab217691152eb (patch) | |
tree | d86aca04c9e2f2bb8481d0c5f5d3fe340e8e96e0 /Demo/scripts | |
parent | 0d5eb7e40911e5e3fde6bb2105503c2e2beb34e9 (diff) | |
download | cpython-9db0c1f7c7ba2ab7fbb08d3a064ab217691152eb.zip cpython-9db0c1f7c7ba2ab7fbb08d3a064ab217691152eb.tar.gz cpython-9db0c1f7c7ba2ab7fbb08d3a064ab217691152eb.tar.bz2 |
Added freeze.py, methfix.py
Diffstat (limited to 'Demo/scripts')
-rw-r--r-- | Demo/scripts/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/scripts/README b/Demo/scripts/README index d093323..b5c64c4 100644 --- a/Demo/scripts/README +++ b/Demo/scripts/README @@ -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 |