blob: 9c6d30ac26c5a9b8ab5496ddf1aa9817f8348eec [file] [log] [blame]
Guido van Rossum260cc1a81992-08-10 10:48:14 +00001This directory contains some demonstrations of the thread module.
2They are mostly "proof of concept" type applications:
3
4telnet.py Version of ../sockets/telnet.py using threads.
5wpi.py Version of ../scripts/pi.py using threads and stdwin.