From: Guido van Rossum Date: Tue, 7 Oct 1997 14:37:00 +0000 (+0000) Subject: Add note about condition.py. X-Git-Tag: v1.5a4~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef31b240ea96864faeee5a2f731e9fe1cdd5f7ac;p=thirdparty%2FPython%2Fcpython.git Add note about condition.py. --- diff --git a/Demo/threads/README b/Demo/threads/README index c6c4a0ba5921..91af2732308f 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.