Kaydet (Commit) 9814a943 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add warning that on Windows it only works on sockets.

üst 954b9adc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment