diff options
author | Skip Montanaro <skip@pobox.com> | 2003-01-01 20:27:13 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-01-01 20:27:13 (GMT) |
commit | 2cfc4725d5285ce48feebdb75452510008067e51 (patch) | |
tree | b923578432d5edea17b7b3e0a65d570e9271e2cd /Demo | |
parent | f2c47114e75e26d9535f24b5ce15e199b2e6496e (diff) | |
download | cpython-2cfc4725d5285ce48feebdb75452510008067e51.zip cpython-2cfc4725d5285ce48feebdb75452510008067e51.tar.gz cpython-2cfc4725d5285ce48feebdb75452510008067e51.tar.bz2 |
add find-uname.py
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/scripts/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/scripts/README b/Demo/scripts/README index 6bc66b6..e1cf21f 100644 --- a/Demo/scripts/README +++ b/Demo/scripts/README @@ -3,6 +3,7 @@ This directory contains a collection of executable Python scripts. See also the Tools/scripts directory! fact.py Factorize numbers +find-uname.py Search for Unicode characters using regexps. from.py Summarize mailbox ftpstats.py Summarize ftp daemon log file lpwatch.py Watch BSD line printer queues |