diff options
author | Guido van Rossum <guido@python.org> | 1992-08-10 10:43:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-10 10:43:07 (GMT) |
commit | c2b2a0401b06b2b83f3f4b203ea0017bd9916775 (patch) | |
tree | 80917c43ddca92230c2573a44e7de86c5268eb5e /Demo/scripts | |
parent | ff535a1b446ac0dfa120d9bd8e88635d3ace5ea6 (diff) | |
download | cpython-c2b2a0401b06b2b83f3f4b203ea0017bd9916775.zip cpython-c2b2a0401b06b2b83f3f4b203ea0017bd9916775.tar.gz cpython-c2b2a0401b06b2b83f3f4b203ea0017bd9916775.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Demo/scripts')
-rw-r--r-- | Demo/scripts/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/README b/Demo/scripts/README index eaac93b..d093323 100644 --- a/Demo/scripts/README +++ b/Demo/scripts/README @@ -26,7 +26,7 @@ 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 pi.py Print all digits of pi -- given enough time and memory -pp.py Emulate the '-ae' option of Perl... +pp.py Emulate some Perl command line options primes.py Print prime numbers ptags.py Create vi tags file for Python modules suff.py Sort a list of files by suffix |