File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ This directory contains some demonstrations of the thread module.
33These are mostly "proof of concept" type applications:
44
55Generator.py Generator class implemented with threads.
6- find.py Parallelized "find(1)" (looks for directories).
76sync.py Condition variables primitives by Tim Peters.
87telnet.py Version of ../sockets/telnet.py using threads.
9- wpi.py Version of ../scripts/pi.py using threads (needs stdwin).
108
119Coroutine.py Coroutines using threads, by Tim Peters (22 May 94)
1210fcmp.py Example of above, by Tim
Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ LIBFILES= $(MANSTYLES) $(INDEXSTYLES) $(COMMONTEX) \
209209 lib/libmd5.tex \
210210 lib/libsha.tex \
211211 lib/libhmac.tex \
212- lib/libstdwin.tex \
213212 lib/libsgi.tex \
214213 lib/libal.tex \
215214 lib/libcd.tex \
Original file line number Diff line number Diff line change @@ -431,8 +431,6 @@ \chapter*{Front Matter\label{front}}
431431% OTHER PLATFORM-SPECIFIC STUFF
432432% =============
433433
434- % \input{libstdwin} % STDWIN ONLY
435-
436434\input {libsgi } % SGI IRIX ONLY
437435\input {libal }
438436\input {libcd }
You can’t perform that action at this time.
0 commit comments