mirror of
https://github.com/python/cpython.git
synced 2025-11-18 18:31:56 +00:00
Provide links to Python source in a handful of
cases where the source is a generally helpful adjunct to the docs.
This commit is contained in:
parent
6b1167c61c
commit
e679a37024
8 changed files with 39 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ The :mod:`dummy_threading` module is provided for situations where
|
|||
Starting with Python 2.5, several Thread methods raise :exc:`RuntimeError`
|
||||
instead of :exc:`AssertionError` if called erroneously.
|
||||
|
||||
.. 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