Skip to content

Commit 706cac8

Browse files
author
neal.norwitz
committed
Remove references to stdwin which was removed long ago.
git-svn-id: http://svn.python.org/projects/python/trunk@55298 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent af32308 commit 706cac8

6 files changed

Lines changed: 6 additions & 850 deletions

File tree

Demo/threads/README

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ This directory contains some demonstrations of the thread module.
33
These are mostly "proof of concept" type applications:
44

55
Generator.py Generator class implemented with threads.
6-
find.py Parallelized "find(1)" (looks for directories).
76
sync.py Condition variables primitives by Tim Peters.
87
telnet.py Version of ../sockets/telnet.py using threads.
9-
wpi.py Version of ../scripts/pi.py using threads (needs stdwin).
108

119
Coroutine.py Coroutines using threads, by Tim Peters (22 May 94)
1210
fcmp.py Example of above, by Tim

Doc/Makefile.deps

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

Doc/lib/lib.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)