]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move select, selectors, asyncio to section 18 (IPC).
authorGuido van Rossum <guido@dropbox.com>
Fri, 22 Nov 2013 19:56:46 +0000 (11:56 -0800)
committerGuido van Rossum <guido@dropbox.com>
Fri, 22 Nov 2013 19:56:46 +0000 (11:56 -0800)
Doc/library/concurrency.rst
Doc/library/ipc.rst

index e016694c77b10001762624169a5511134db60451..0de281bd1495317ba4c0fa9d3f5fcefb40d52957 100644 (file)
@@ -20,9 +20,6 @@ multitasking). Here's an overview:
    subprocess.rst
    sched.rst
    queue.rst
-   select.rst
-   selectors.rst
-   asyncio.rst
 
 
 The following are support modules for some of the above services:
index 91ec69368cc5dfba19fac904bb57ae575976d6d9..2440bd4d6bde3ae38f74564fa4e41a9954bb71af 100644 (file)
@@ -18,6 +18,9 @@ The list of modules described in this chapter is:
 
    socket.rst
    ssl.rst
+   select.rst
+   selectors.rst
+   asyncio.rst
    asyncore.rst
    asynchat.rst
    signal.rst