(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
[python/dscho.git] / Doc / libmain.tex
blobc730a03a1188c56d8b45053ca7c95b689cad25c1
1 \section{Built-in Module \sectcode{__main__}}
3 \bimodindex{__main__}
4 This module represents the (otherwise anonymous) scope in which the
5 interpreter's main program executes --- commands read either from
6 standard input or from a script file.