0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Demo/threads
1992-08-10 10:48:14 +00:00
..
README
telnet.py
wpi.py

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.