diff options
author | Guido van Rossum <guido@dropbox.com> | 2013-11-22 11:56:46 -0800 |
---|---|---|
committer | Guido van Rossum <guido@dropbox.com> | 2013-11-22 11:56:46 -0800 |
commit | 5467da860cc0884b0ce2f2a0456f5955845d5450 (patch) | |
tree | b2e1f6486c61bb62bfda0e1da96539a4c92313a5 /Doc/library/ipc.rst | |
parent | 58ca93cb69fc8e72e3d9fe519e2f737920522f8e (diff) | |
download | cpython-git-5467da860cc0884b0ce2f2a0456f5955845d5450.tar.gz |
Move select, selectors, asyncio to section 18 (IPC).
Diffstat (limited to 'Doc/library/ipc.rst')
-rw-r--r-- | Doc/library/ipc.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/ipc.rst b/Doc/library/ipc.rst index 91ec69368c..2440bd4d6b 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 |