Commit 36123aae authored by Guido van Rossum's avatar Guido van Rossum

Removed condition.py -- it was just sync.py without

the mrsw lock and without 'condition' allocating a lock by default
parent 4d1b3b92
......@@ -4,7 +4,6 @@ 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.
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment