Merge heads
This commit is contained in:
commit
9ae8742075
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
Note: This module exists for backwards compatibility only. For new code we
|
||||||
|
recommend using :module:`asyncio`.
|
||||||
|
|
||||||
This module builds on the :mod:`asyncore` infrastructure, simplifying
|
This module builds on the :mod:`asyncore` infrastructure, simplifying
|
||||||
asynchronous clients and servers and making it easier to handle protocols
|
asynchronous clients and servers and making it easier to handle protocols
|
||||||
whose elements are terminated by arbitrary strings, or are of variable length.
|
whose elements are terminated by arbitrary strings, or are of variable length.
|
||||||
|
|
|
@ -13,6 +13,9 @@
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
Note: This module exists for backwards compatibility only. For new code we
|
||||||
|
recommend using :module:`asyncio`.
|
||||||
|
|
||||||
This module provides the basic infrastructure for writing asynchronous socket
|
This module provides the basic infrastructure for writing asynchronous socket
|
||||||
service clients and servers.
|
service clients and servers.
|
||||||
|
|
||||||
|
|
|
@ -20,9 +20,6 @@ multitasking). Here's an overview:
|
||||||
subprocess.rst
|
subprocess.rst
|
||||||
sched.rst
|
sched.rst
|
||||||
queue.rst
|
queue.rst
|
||||||
select.rst
|
|
||||||
selectors.rst
|
|
||||||
asyncio.rst
|
|
||||||
|
|
||||||
|
|
||||||
The following are support modules for some of the above services:
|
The following are support modules for some of the above services:
|
||||||
|
|
|
@ -18,6 +18,9 @@ The list of modules described in this chapter is:
|
||||||
|
|
||||||
socket.rst
|
socket.rst
|
||||||
ssl.rst
|
ssl.rst
|
||||||
|
select.rst
|
||||||
|
selectors.rst
|
||||||
|
asyncio.rst
|
||||||
asyncore.rst
|
asyncore.rst
|
||||||
asynchat.rst
|
asynchat.rst
|
||||||
signal.rst
|
signal.rst
|
||||||
|
|
Loading…
Reference in New Issue