]> granicus.if.org Git - python/commitdiff
Add warning that on Windows it only works on sockets.
authorGuido van Rossum <guido@python.org>
Mon, 28 Sep 1998 14:28:38 +0000 (14:28 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 28 Sep 1998 14:28:38 +0000 (14:28 +0000)
Doc/lib/libselect.tex

index eec8de1ac24782ad5581ec94d05e2aef0b5a1d19..888914e4b8b333e10b1379c2115bca1869058509 100644 (file)
@@ -6,7 +6,13 @@
 
 
 This module provides access to the function \cfunction{select()}
-available in most \UNIX{} versions.  It defines the following:
+available in most operating systems.  Note that on Windows, it only
+works for sockets; on other operating systems, it also works for other
+file types (in particular, on \UNIX{}, it works on pipes).  It cannot
+be used or regular files to determine whether a file has grown since
+it was last read.
+
+The module defines the following:
 
 \begin{excdesc}{error}
 The exception raised when an error occurs.  The accompanying value is