Move select, selectors, asyncio to section 18 (IPC).

This commit is contained in:
Guido van Rossum 2013-11-22 11:56:46 -08:00
parent 58ca93cb69
commit 5467da860c
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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