summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-10-22 15:06:49 (GMT)
committerFred Drake <fdrake@acm.org>2002-10-22 15:06:49 (GMT)
commit7d428ecc57b25616f890f67398bdf190084f9d2d (patch)
treedac95b352ac5486c83a391616ed10670bd6f75ba
parent9ecf9ce161bf3c1eafebe3c7f6d06b4f2458ff4e (diff)
downloadcpython-7d428ecc57b25616f890f67398bdf190084f9d2d.zip
cpython-7d428ecc57b25616f890f67398bdf190084f9d2d.tar.gz
cpython-7d428ecc57b25616f890f67398bdf190084f9d2d.tar.bz2
Clarify what versions of Windows are supported, and add Linux
specifically.
-rw-r--r--Doc/lib/libthread.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex
index 227dd3d..d302958 100644
--- a/Doc/lib/libthread.tex
+++ b/Doc/lib/libthread.tex
@@ -15,7 +15,7 @@ semaphores}) are provided.
\index{binary semaphores}
\index{semaphores, binary}
-The module is optional. It is supported on Windows NT and '95, SGI
+The module is optional. It is supported on Windows, Linux, SGI
IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread
(a.k.a. ``pthread'') implementation.
\index{pthreads}