/usr/lib64/python2.6/Demo/threads
NameSizeModeActions
Coroutine.py55240644editdlrm
Coroutine.pyc42690644editdlrm
Coroutine.pyo42690644editdlrm
fcmp.py17510644editdlrm
fcmp.pyc17050644editdlrm
fcmp.pyo17050644editdlrm
find.py42150644editdlrm
find.pyc39110644editdlrm
find.pyo39110644editdlrm
Generator.py25360644editdlrm
Generator.pyc33390644editdlrm
Generator.pyo33390644editdlrm
README4400644editdlrm
squasher.py30380644editdlrm
squasher.pyc21240644editdlrm
squasher.pyo21240644editdlrm
sync.py216590644editdlrm
sync.pyc111930644editdlrm
sync.pyo111930644editdlrm
telnet.py30770644editdlrm
telnet.pyc25640644editdlrm
telnet.pyo25640644editdlrm
Edit: /usr/lib64/python2.6/Demo/threads/README (440B)
This directory contains some demonstrations of the thread module. These are mostly "proof of concept" type applications: Generator.py Generator class implemented with threads. sync.py Condition variables primitives by Tim Peters. telnet.py Version of ../sockets/telnet.py using threads. Coroutine.py Coroutines using threads, by Tim Peters (22 May 94) fcmp.py Example of above, by Tim squasher.py Another example of above, also by Tim