summaryrefslogtreecommitdiff
path: root/Demo/threads/README
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/threads/README')
-rw-r--r--Demo/threads/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demo/threads/README b/Demo/threads/README
index fe27818cc5..fee6aad326 100644
--- a/Demo/threads/README
+++ b/Demo/threads/README
@@ -3,7 +3,6 @@ This directory contains some demonstrations of the thread module.
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.
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.