cpython/Demo/threads
Guido van Rossum 260cc1a857 Initial revision 1992-08-10 10:48:14 +00:00
..
README Initial revision 1992-08-10 10:48:14 +00:00
telnet.py Initial revision 1992-08-10 10:48:14 +00:00
wpi.py Initial revision 1992-08-10 10:48:14 +00:00

README

This directory contains some demonstrations of the thread module.
They are mostly "proof of concept" type applications:

telnet.py	Version of ../sockets/telnet.py using threads.
wpi.py		Version of ../scripts/pi.py using threads and stdwin.