summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-07 14:37:00 (GMT)
committerGuido van Rossum <guido@python.org>1997-10-07 14:37:00 (GMT)
commitef31b240ea96864faeee5a2f731e9fe1cdd5f7ac (patch)
tree5c948855353f46c6310cc0fb8ee64683286750a3 /Demo
parent92664b890b72d78ae220e5198a77d956b26d12c3 (diff)
downloadcpython-ef31b240ea96864faeee5a2f731e9fe1cdd5f7ac.zip
cpython-ef31b240ea96864faeee5a2f731e9fe1cdd5f7ac.tar.gz
cpython-ef31b240ea96864faeee5a2f731e9fe1cdd5f7ac.tar.bz2
Add note about condition.py.
Diffstat (limited to 'Demo')
-rw-r--r--Demo/threads/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/threads/README b/Demo/threads/README
index c6c4a0b..91af273 100644
--- a/Demo/threads/README
+++ b/Demo/threads/README
@@ -4,6 +4,7 @@ These are mostly "proof of concept" type applications:
Generator.py Generator class implemented with threads.
bug.py Demonstrate a bug with importing modules in threads.
+condition.py Appears to be an earlier version of sync.py.
find.py Parallelized "find(1)" (looks for directories).
sync.py Condition variables primitives by Tim Peters.
telnet.py Version of ../sockets/telnet.py using threads.