diff options
author | Guido van Rossum <guido@python.org> | 1993-06-14 08:47:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-06-14 08:47:54 (GMT) |
commit | 6a0e2282c359801bd70742642d24f7b0b74f5b4e (patch) | |
tree | fb5cfb1c9ef77a61e0a4b1a4d05dc039a94d199c /Demo/scripts | |
parent | 43df862c7f70bd5714c12de78e4c2d9a9efa2650 (diff) | |
download | cpython-6a0e2282c359801bd70742642d24f7b0b74f5b4e.zip cpython-6a0e2282c359801bd70742642d24f7b0b74f5b4e.tar.gz cpython-6a0e2282c359801bd70742642d24f7b0b74f5b4e.tar.bz2 |
Added fixps, fixcid.
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 b5c64c4..4c46f5f 100644 --- a/Demo/scripts/README +++ b/Demo/scripts/README @@ -18,6 +18,8 @@ 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 +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 linktree.py Make a copy of a tree with links to original files |