mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Backport source links from 3.x.
Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
This commit is contained in:
parent
d478a46d56
commit
29a0b57e4e
106 changed files with 392 additions and 238 deletions
|
|
@ -4,6 +4,9 @@
|
|||
.. module:: threading
|
||||
:synopsis: Higher-level threading interface.
|
||||
|
||||
**Source code:** :source:`Lib/threading.py`
|
||||
|
||||
--------------
|
||||
|
||||
This module constructs higher-level threading interfaces on top of the lower
|
||||
level :mod:`thread` module.
|
||||
|
|
@ -36,11 +39,6 @@ The :mod:`dummy_threading` module is provided for situations where
|
|||
:mod:`multiprocessing`. However, threading is still an appropriate model
|
||||
if you want to run multiple I/O-bound tasks simultaneously.
|
||||
|
||||
.. seealso::
|
||||
|
||||
Latest version of the `threading module Python source code
|
||||
<http://svn.python.org/view/python/branches/release27-maint/Lib/threading.py?view=markup>`_
|
||||
|
||||
|
||||
This module defines the following functions and objects:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue