summaryrefslogtreecommitdiff
path: root/Doc/library/concurrency.rst
diff options
context:
space:
mode:
authorGuido van Rossum <guido@dropbox.com>2013-11-22 11:56:46 -0800
committerGuido van Rossum <guido@dropbox.com>2013-11-22 11:56:46 -0800
commita061d9cd94ea8f540e54dec6cb8c86f9b2f6b63e (patch)
treeb0032e7ad9ad4689f41132176190a9591b7cbd2e /Doc/library/concurrency.rst
parentee027fe299b48e04c14ff669237312a888c85ad3 (diff)
downloadcpython-a061d9cd94ea8f540e54dec6cb8c86f9b2f6b63e.tar.gz
Move select, selectors, asyncio to section 18 (IPC).
Diffstat (limited to 'Doc/library/concurrency.rst')
-rw-r--r--Doc/library/concurrency.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst
index e016694c77..0de281bd14 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: