mirror of
https://github.com/python/cpython.git
synced 2025-11-17 17:46:45 +00:00
Move select, selectors, asyncio to section 18 (IPC).
This commit is contained in:
parent
58ca93cb69
commit
5467da860c
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue