Bump version to 0.9.1.
[python/dscho.git] / Doc / lib / libmain.tex
blob949d2b222a8cb8b0917455f4144a9476ead5cfca
1 \section{\module{__main__} ---
2 Top-level script environment.}
3 \declaremodule[main]{builtin}{__main__}
5 \modulesynopsis{The environment where the top-level script is run.}
7 This module represents the (otherwise anonymous) scope in which the
8 interpreter's main program executes --- commands read either from
9 standard input or from a script file.