mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Issue #16853: Mention the new selectors module in the select module
This commit is contained in:
parent
35262a405c
commit
73821c47dc
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@ it also works for other file types (in particular, on Unix, it works on pipes).
|
|||
It cannot be used on regular files to determine whether a file has grown since
|
||||
it was last read.
|
||||
|
||||
.. note::
|
||||
|
||||
The :mod:`selectors` module allows high-level and efficient I/O
|
||||
multiplexing, built upon the :mod:`select` module primitives. Users are
|
||||
encouraged to use the :mod:`selectors` module instead, unless they want
|
||||
precise control over the OS-level primitives used.
|
||||
|
||||
|
||||
The module defines the following:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue