mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
merge 3.5 (#25371)
This commit is contained in:
commit
90ccccf9ed
1 changed files with 2 additions and 2 deletions
|
@ -2363,7 +2363,7 @@ arguments; each contains the subset of the corresponding file descriptors\n\
|
||||||
that are ready.\n\
|
that are ready.\n\
|
||||||
\n\
|
\n\
|
||||||
*** IMPORTANT NOTICE ***\n\
|
*** IMPORTANT NOTICE ***\n\
|
||||||
On Windows only sockets are supported; on Unix, all file\n\
|
On Windows, only sockets are supported; on Unix, all file\n\
|
||||||
descriptors can be used.");
|
descriptors can be used.");
|
||||||
|
|
||||||
static PyMethodDef select_methods[] = {
|
static PyMethodDef select_methods[] = {
|
||||||
|
@ -2381,7 +2381,7 @@ PyDoc_STRVAR(module_doc,
|
||||||
"This module supports asynchronous I/O on multiple file descriptors.\n\
|
"This module supports asynchronous I/O on multiple file descriptors.\n\
|
||||||
\n\
|
\n\
|
||||||
*** IMPORTANT NOTICE ***\n\
|
*** IMPORTANT NOTICE ***\n\
|
||||||
On Windows only sockets are supported; on Unix, all file descriptors.");
|
On Windows, only sockets are supported; on Unix, all file descriptors.");
|
||||||
|
|
||||||
|
|
||||||
static struct PyModuleDef selectmodule = {
|
static struct PyModuleDef selectmodule = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue