Oops -- Lib/Test should be Lib/test, of course!
[python/dscho.git] / Doc / libmain.tex
blobdf1fbfbc3de5e13aecb3057c70f1d7838b548cc5
1 \section{Built-in Module \module{__main__}}
2 \label{module-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.