From: Guido van Rossum Date: Tue, 3 May 1994 14:14:49 +0000 (+0000) Subject: added Generator.py X-Git-Tag: v1.0.2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d15a1556810946a9c512152b6182080451f732e1;p=thirdparty%2FPython%2Fcpython.git added Generator.py --- diff --git a/Demo/threads/README b/Demo/threads/README index 01566fc98d79..47660a051c6a 100644 --- a/Demo/threads/README +++ b/Demo/threads/README @@ -4,5 +4,6 @@ This module is only (optionally) available for the SGI, for now. These are mostly "proof of concept" type applications: find.py Parallelized "find(1)". +Generator.py Generator class implemented with threads. telnet.py Version of ../sockets/telnet.py using threads. wpi.py Version of ../scripts/pi.py using threads and stdwin.