diff options
author | Guido van Rossum <guido@python.org> | 1991-12-24 13:55:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-12-24 13:55:16 (GMT) |
commit | 488b7d939d9a831feea70ab3a50ea53f4c297dc9 (patch) | |
tree | fb103b2c5529e660d0d1f7fe5ab96c1850c847e8 /Demo/scripts | |
parent | 04fe492a4491ab85db600c574105b1284f670439 (diff) | |
download | cpython-488b7d939d9a831feea70ab3a50ea53f4c297dc9.zip cpython-488b7d939d9a831feea70ab3a50ea53f4c297dc9.tar.gz cpython-488b7d939d9a831feea70ab3a50ea53f4c297dc9.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Demo/scripts')
-rw-r--r-- | Demo/scripts/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Demo/scripts/README b/Demo/scripts/README index 7a2b837..9cd4ca3 100644 --- a/Demo/scripts/README +++ b/Demo/scripts/README @@ -1,11 +1,12 @@ Contents of this directory: byteyears.py Print product of a file's size and age +checkpyc.py Check presence and validity of ".pyc" files +copytime.py Copy one file's atime and mtime to another eptags.py Create Emacs TAGS file for Python modules fact.py Factorize numbers findlinksto.py Find symbolic links to a given path (prefix) from.py Summarize mailbox -lfact.py Factorize long numbers lpwatch.py Watch BSD line printer queues mkreal.py Turn a symbolic link into a real file or directory objgraph.py Print object graph from nm output on a library |