]> granicus.if.org Git - python/commitdiff
Remove comment "SGI only"
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 19:07:18 +0000 (19:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 1996 19:07:18 +0000 (19:07 +0000)
Demo/threads/find.py

index 940360abdff2dd73247714824018f60a9b69434b..d244beaf25a49434f526f585b1d305e704097385 100644 (file)
@@ -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,