summaryrefslogtreecommitdiff
path: root/Doc/library/trace.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-11-06 07:10:31 +0000
committerRaymond Hettinger <python@rcn.com>2010-11-06 07:10:31 +0000
commite0e082281ef9ec89d2d2cfdd18eddf4685068c59 (patch)
tree37cef4be4e3f2873026b2b674d15bd056cafa61a /Doc/library/trace.rst
parentd5cd1ff7da20543794496dc4a8867fafff0c87a2 (diff)
downloadcpython-git-e0e082281ef9ec89d2d2cfdd18eddf4685068c59.tar.gz
Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
Diffstat (limited to 'Doc/library/trace.rst')
-rw-r--r--Doc/library/trace.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/trace.rst b/Doc/library/trace.rst
index f79d7e5c8a..1bc37fd00d 100644
--- a/Doc/library/trace.rst
+++ b/Doc/library/trace.rst
@@ -11,6 +11,10 @@ annotated statement coverage listings, print caller/callee relationships and
list functions executed during a program run. It can be used in another program
or from the command line.
+.. seealso::
+
+ Latest version of the `trace module Python source code
+ <http://svn.python.org/view/python/branches/release27-maint/Lib/trace.py?view=markup>`_
.. _trace-cli: