Separate source link from main text.

This commit is contained in:
Raymond Hettinger 2011-01-10 19:54:11 +00:00
parent 04da1e013a
commit 4f707fd316
27 changed files with 53 additions and 1 deletions

View file

@ -6,6 +6,8 @@
**Source code:** :source:`Lib/threading.py`
--------------
This module constructs higher-level threading interfaces on top of the lower
level :mod:`_thread` module. See also the :mod:`queue` module.