diff options
| author | Guido van Rossum <guido@python.org> | 1991-12-24 13:55:16 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1991-12-24 13:55:16 +0000 |
| commit | 488b7d939d9a831feea70ab3a50ea53f4c297dc9 (patch) | |
| tree | fb103b2c5529e660d0d1f7fe5ab96c1850c847e8 /Demo/scripts/README | |
| parent | 04fe492a4491ab85db600c574105b1284f670439 (diff) | |
| download | cpython-git-488b7d939d9a831feea70ab3a50ea53f4c297dc9.tar.gz | |
*** empty log message ***
Diffstat (limited to 'Demo/scripts/README')
| -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 7a2b837d9c..9cd4ca310c 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 |
