From: Guido van Rossum Date: Fri, 22 Nov 2013 19:56:46 +0000 (-0800) Subject: Move select, selectors, asyncio to section 18 (IPC). X-Git-Tag: v3.4.0b1~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5467da860cc0884b0ce2f2a0456f5955845d5450;p=thirdparty%2FPython%2Fcpython.git Move select, selectors, asyncio to section 18 (IPC). --- diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst index e016694c77b1..0de281bd1495 100644 --- a/Doc/library/concurrency.rst +++ b/Doc/library/concurrency.rst @@ -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: diff --git a/Doc/library/ipc.rst b/Doc/library/ipc.rst index 91ec69368cc5..2440bd4d6bde 100644 --- a/Doc/library/ipc.rst +++ b/Doc/library/ipc.rst @@ -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