commit | c066105e346e15d35927a47da383744844906ce0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Oct 02 08:38:39 2014 +0200 |
committer | Georg Brandl <georg@python.org> | Thu Oct 02 08:38:39 2014 +0200 |
tree | 059cc7577f91247f0ec21add9710444304c0ef90 | |
parent | 2f33456e41330abdd0e818802665a4e0091626a2 [diff] [blame] |
closes #22528: add source links to symtable and compileall
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>