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:
Raymond Hettinger 2010-11-05 23:58:42 +00:00
parent 6b1167c61c
commit e679a37024
8 changed files with 39 additions and 0 deletions

View file

@ -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: