Commit dc14bc58 authored by Georg Brandl's avatar Georg Brandl

merge heads

parents fe3c80ba c066105e
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
.. module:: compileall .. module:: compileall
:synopsis: Tools for byte-compiling all Python source files in a directory tree. :synopsis: Tools for byte-compiling all Python source files in a directory tree.
**Source code:** :source:`Lib/compileall.py`
--------------
This module provides some utility functions to support installing Python This module provides some utility functions to support installing Python
libraries. These functions compile Python source files in a directory tree. libraries. These functions compile Python source files in a directory tree.
......
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
.. module:: symtable .. module:: symtable
:synopsis: Interface to the compiler's internal symbol tables. :synopsis: Interface to the compiler's internal symbol tables.
**Source code:** :source:`Lib/symtable.py`
--------------
.. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu> .. moduleauthor:: Jeremy Hylton <jeremy@alum.mit.edu>
.. sectionauthor:: Benjamin Peterson <benjamin@python.org> .. sectionauthor:: Benjamin Peterson <benjamin@python.org>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment