From: Fred Drake Date: Tue, 22 Oct 2002 15:06:01 +0000 (+0000) Subject: Clarify what versions of Windows are supported, and add Linux X-Git-Tag: v2.2.3c1~285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65cf5fa5c3fef207c321b24165e5a6be89d03771;p=thirdparty%2FPython%2Fcpython.git Clarify what versions of Windows are supported, and add Linux specifically. --- diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index 328e9b713a4c..65e216fd7fdb 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}