]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add note about condition.py.
authorGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 14:37:00 +0000 (14:37 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 14:37:00 +0000 (14:37 +0000)
Demo/threads/README

index c6c4a0ba59210d9d12504b0376416e520059083f..91af2732308f0e8e886f2f06ee5aaf13dee8131a 100644 (file)
@@ -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.