diff options
author | Guido van Rossum <guido@python.org> | 1995-03-21 14:41:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-21 14:41:57 (GMT) |
commit | aaec403a75afdf3125f7ffa343fa004b5ec7fde2 (patch) | |
tree | 110167652a805907b2b8823470b122668484cb65 /Doc/ref/ref8.tex | |
parent | 3aca2a1f1cb1b2d9845d18c2367c5fc891031974 (diff) | |
download | cpython-aaec403a75afdf3125f7ffa343fa004b5ec7fde2.zip cpython-aaec403a75afdf3125f7ffa343fa004b5ec7fde2.tar.gz cpython-aaec403a75afdf3125f7ffa343fa004b5ec7fde2.tar.bz2 |
added index entries for __*__ identifiers
Diffstat (limited to 'Doc/ref/ref8.tex')
-rw-r--r-- | Doc/ref/ref8.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex index 1ae61ed..a9e688a 100644 --- a/Doc/ref/ref8.tex +++ b/Doc/ref/ref8.tex @@ -31,6 +31,7 @@ one statement (possibly compound) at a time. The initial environment is identical to that of a complete program; each statement is executed in the name space of \verb@__main__@. \index{interactive mode} +\bimodindex{__main__} Under {\UNIX}, a complete program can be passed to the interpreter in three forms: with the {\bf -c} {\it string} command line option, as a |