summaryrefslogtreecommitdiffstats
path: root/Demo/threads
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-07-30 19:07:18 (GMT)
committerGuido van Rossum <guido@python.org>1996-07-30 19:07:18 (GMT)
commit2108a504657a32d506ff24ae53a1f69dd2564019 (patch)
tree30995426bd4745dacf1fa393bdb64a2ba8cfccd9 /Demo/threads
parent3df1d1b89f0d9e7a7992532d75bf01b857c10314 (diff)
downloadcpython-2108a504657a32d506ff24ae53a1f69dd2564019.zip
cpython-2108a504657a32d506ff24ae53a1f69dd2564019.tar.gz
cpython-2108a504657a32d506ff24ae53a1f69dd2564019.tar.bz2
Remove comment "SGI only"
Diffstat (limited to 'Demo/threads')
-rw-r--r--Demo/threads/find.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/threads/find.py b/Demo/threads/find.py
index 940360a..d244bea 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,