summaryrefslogtreecommitdiffstats
path: root/Doc/library/concurrency.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-09-18 20:04:20 (GMT)
committerGitHub <noreply@github.com>2017-09-18 20:04:20 (GMT)
commitb43c4caf81b10e5c7ebaeb3a712c6db584f60bbd (patch)
treedd02bc320029d436470d906bde52e8357e191217 /Doc/library/concurrency.rst
parenta8e7d903d7c4dd3a64412016e9f44f0e75f1fb3f (diff)
downloadcpython-b43c4caf81b10e5c7ebaeb3a712c6db584f60bbd.zip
cpython-b43c4caf81b10e5c7ebaeb3a712c6db584f60bbd.tar.gz
cpython-b43c4caf81b10e5c7ebaeb3a712c6db584f60bbd.tar.bz2
Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3648)
Diffstat (limited to 'Doc/library/concurrency.rst')
-rw-r--r--Doc/library/concurrency.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst
index 0de281b..826bf86 100644
--- a/Doc/library/concurrency.rst
+++ b/Doc/library/concurrency.rst
@@ -26,6 +26,6 @@ The following are support modules for some of the above services:
.. toctree::
- dummy_threading.rst
_thread.rst
_dummy_thread.rst
+ dummy_threading.rst