summaryrefslogtreecommitdiffstats
path: root/Demo/threads/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-08-10 10:48:14 (GMT)
committerGuido van Rossum <guido@python.org>1992-08-10 10:48:14 (GMT)
commit260cc1a85715ff856ff656b9b5f63722af6094d2 (patch)
tree8315586241f7856f2b29f3f939d05b83da02e19a /Demo/threads/README
parent814d7cd4921f6202a2b8f45fd5e86b725675ce83 (diff)
downloadcpython-260cc1a85715ff856ff656b9b5f63722af6094d2.zip
cpython-260cc1a85715ff856ff656b9b5f63722af6094d2.tar.gz
cpython-260cc1a85715ff856ff656b9b5f63722af6094d2.tar.bz2
Initial revision
Diffstat (limited to 'Demo/threads/README')
-rw-r--r--Demo/threads/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/Demo/threads/README b/Demo/threads/README
new file mode 100644
index 0000000..9c6d30a
--- /dev/null
+++ b/Demo/threads/README
@@ -0,0 +1,5 @@
+This directory contains some demonstrations of the thread module.
+They are mostly "proof of concept" type applications:
+
+telnet.py Version of ../sockets/telnet.py using threads.
+wpi.py Version of ../scripts/pi.py using threads and stdwin.