mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Add warning that on Windows it only works on sockets.
This commit is contained in:
parent
954b9adcd2
commit
9814a943a5
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue