summaryrefslogtreecommitdiffstats
path: root/Doc/library/ipc.rst
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-09-11 16:54:40 (GMT)
committerGitHub <noreply@github.com>2018-09-11 16:54:40 (GMT)
commit7c7605ff1133cf757cac428c483827f666c7c827 (patch)
treef2ec281f9302eb4b493c34624577224c38c83949 /Doc/library/ipc.rst
parent735171e33486131d93865cf851c0c3d63fffd364 (diff)
downloadcpython-7c7605ff1133cf757cac428c483827f666c7c827.zip
cpython-7c7605ff1133cf757cac428c483827f666c7c827.tar.gz
cpython-7c7605ff1133cf757cac428c483827f666c7c827.tar.bz2
bpo-33649: First asyncio docs improvement pass (GH-9142)
Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms
Diffstat (limited to 'Doc/library/ipc.rst')
-rw-r--r--Doc/library/ipc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ipc.rst b/Doc/library/ipc.rst
index 6b17563..8f5b3b2 100644
--- a/Doc/library/ipc.rst
+++ b/Doc/library/ipc.rst
@@ -16,11 +16,11 @@ The list of modules described in this chapter is:
.. toctree::
+ asyncio.rst
socket.rst
ssl.rst
select.rst
selectors.rst
- asyncio.rst
asyncore.rst
asynchat.rst
signal.rst