diff options
author | Guido van Rossum <guido@python.org> | 1993-12-17 14:45:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-12-17 14:45:06 (GMT) |
commit | f82fef0f594a290af96007f28c286ef6f7e4f180 (patch) | |
tree | e06721b9777ef1a2492b19f285b58f7053daa436 /Demo/threads/README | |
parent | d55f4d1a7665aaeeba85c64671350fe408bc5bb2 (diff) | |
download | cpython-f82fef0f594a290af96007f28c286ef6f7e4f180.zip cpython-f82fef0f594a290af96007f28c286ef6f7e4f180.tar.gz cpython-f82fef0f594a290af96007f28c286ef6f7e4f180.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Demo/threads/README')
-rw-r--r-- | Demo/threads/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Demo/threads/README b/Demo/threads/README index 9c6d30a..01566fc 100644 --- a/Demo/threads/README +++ b/Demo/threads/README @@ -1,5 +1,8 @@ This directory contains some demonstrations of the thread module. -They are mostly "proof of concept" type applications: +This module is only (optionally) available for the SGI, for now. +These are mostly "proof of concept" type applications: + +find.py Parallelized "find(1)". telnet.py Version of ../sockets/telnet.py using threads. wpi.py Version of ../scripts/pi.py using threads and stdwin. |