]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added Generator.py
authorGuido van Rossum <guido@python.org>
Tue, 3 May 1994 14:14:49 +0000 (14:14 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 May 1994 14:14:49 +0000 (14:14 +0000)
Demo/threads/README

index 01566fc98d79e2e8f08786612414f99f2dd0c58f..47660a051c6a6c6c6c30e966fe7c70d04ee25954 100644 (file)
@@ -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.