summaryrefslogtreecommitdiffstats
path: root/Doc/library/concurrency.rst
diff options
context:
space:
mode:
authorGuido van Rossum <guido@dropbox.com>2013-11-22 19:56:46 (GMT)
committerGuido van Rossum <guido@dropbox.com>2013-11-22 19:56:46 (GMT)
commit5467da860cc0884b0ce2f2a0456f5955845d5450 (patch)
treeb2e1f6486c61bb62bfda0e1da96539a4c92313a5 /Doc/library/concurrency.rst
parent58ca93cb69fc8e72e3d9fe519e2f737920522f8e (diff)
downloadcpython-5467da860cc0884b0ce2f2a0456f5955845d5450.zip
cpython-5467da860cc0884b0ce2f2a0456f5955845d5450.tar.gz
cpython-5467da860cc0884b0ce2f2a0456f5955845d5450.tar.bz2
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 e016694..0de281b 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: