]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify what versions of Windows are supported, and add Linux
authorFred Drake <fdrake@acm.org>
Tue, 22 Oct 2002 15:06:01 +0000 (15:06 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 Oct 2002 15:06:01 +0000 (15:06 +0000)
specifically.

Doc/lib/libthread.tex

index 328e9b713a4cb2b446a82541e35611142e7c3404..65e216fd7fdbb47fc2612b1ef5fa70a9b236f319 100644 (file)
@@ -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}