[Python-checkins] cpython: Move select, selectors, asyncio to section 18 (IPC).

guido.van.rossum python-checkins at python.org
Fri Nov 22 21:02:13 CET 2013


http://hg.python.org/cpython/rev/14204cb465ce
changeset:   87363:14204cb465ce
user:        Guido van Rossum <guido at dropbox.com>
date:        Fri Nov 22 11:56:46 2013 -0800
summary:
  Move select, selectors, asyncio to section 18 (IPC).

files:
  Doc/library/concurrency.rst |  3 ---
  Doc/library/ipc.rst         |  3 +++
  2 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst
--- a/Doc/library/concurrency.rst
+++ b/Doc/library/concurrency.rst
@@ -20,9 +20,6 @@
    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
--- a/Doc/library/ipc.rst
+++ b/Doc/library/ipc.rst
@@ -18,6 +18,9 @@
 
    socket.rst
    ssl.rst
+   select.rst
+   selectors.rst
+   asyncio.rst
    asyncore.rst
    asynchat.rst
    signal.rst

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list