summaryrefslogtreecommitdiffstats
path: root/Doc/library/symtable.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-02 06:38:39 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-02 06:38:39 (GMT)
commitc0a8f8ce84058cd9e6f1c79fa3794d62c07ac2c1 (patch)
tree8da2e75a554a70c98640ab7b9cc92171b130071c /Doc/library/symtable.rst
parent41ea1f4f26667c1741368567716d38febc2648a4 (diff)
downloadcpython-c0a8f8ce84058cd9e6f1c79fa3794d62c07ac2c1.zip
cpython-c0a8f8ce84058cd9e6f1c79fa3794d62c07ac2c1.tar.gz
cpython-c0a8f8ce84058cd9e6f1c79fa3794d62c07ac2c1.tar.bz2
closes #22528: add source links to symtable and compileall
Diffstat (limited to 'Doc/library/symtable.rst')
-rw-r--r--Doc/library/symtable.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst
index 472a9d6..c04e22e 100644
--- a/Doc/library/symtable.rst
+++ b/Doc/library/symtable.rst
@@ -4,6 +4,10 @@
.. module:: symtable
:synopsis: Interface to the compiler's internal symbol tables.
+**Source code:** :source:`Lib/symtable.py`
+
+--------------
+
.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
.. sectionauthor:: Benjamin Peterson <benjamin@python.org>