Guido van Rossum | 260cc1a | 1992-08-10 10:48:14 +0000 | [diff] [blame] | 1 | This directory contains some demonstrations of the thread module. |
2 | They are mostly "proof of concept" type applications: | ||||
3 | |||||
4 | telnet.py Version of ../sockets/telnet.py using threads. | ||||
5 | wpi.py Version of ../scripts/pi.py using threads and stdwin. |