summaryrefslogtreecommitdiff
path: root/docs/library/_thread.rst
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-07-29 16:47:06 -0400
committerDan Halbert <halbert@halwitz.org>2018-07-29 16:47:06 -0400
commitc76a4d477fdfd939f144c036479a6d0bde3543c0 (patch)
tree5fe406cc9ecf94e34d1c088df62f6cee7f48854b /docs/library/_thread.rst
parentbfbb5cde5a7e629d80a58fc75f8c15b7c45e5503 (diff)
remove qemu-arm build; fix docs build bugs
Diffstat (limited to 'docs/library/_thread.rst')
-rw-r--r--docs/library/_thread.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/library/_thread.rst b/docs/library/_thread.rst
deleted file mode 100644
index 47c1c2392..000000000
--- a/docs/library/_thread.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-:mod:`_thread` -- multithreading support
-========================================
-
-.. module:: _thread
- :synopsis: multithreading support
-
-|see_cpython_module| :mod:`python:_thread`.
-
-This module implements multithreading support.
-
-This module is highly experimental and its API is not yet fully settled
-and not yet described in this documentation.