From: Guido van Rossum Date: Tue, 30 Jul 1996 19:07:18 +0000 (+0000) Subject: Remove comment "SGI only" X-Git-Tag: v1.4b2~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2108a504657a32d506ff24ae53a1f69dd2564019;p=thirdparty%2FPython%2Fcpython.git Remove comment "SGI only" --- diff --git a/Demo/threads/find.py b/Demo/threads/find.py index 940360abdff2..d244beaf25a4 100644 --- a/Demo/threads/find.py +++ b/Demo/threads/find.py @@ -1,4 +1,4 @@ -# A parallelized "find(1)" using the thread module (SGI only for now). +# A parallelized "find(1)" using the thread module. # This demonstrates the use of a work queue and worker threads. # It really does do more stats/sec when using multiple threads,