This commit was manufactured by cvs2svn to create tag 'cnrisync'.
[python/dscho.git] / Doc / libbltin.tex
blob63b7c6394a88acec92e7d36a3a51f6699ac08c7a
1 \section{Built-in Module \sectcode{__builtin__}}
2 \bimodindex{__builtin__}
4 This module provides direct access to all `built-in' identifiers of
5 Python; e.g. \code{__builtin__.open} is the full name for the built-in
6 function \code{open}. See the section on Built-in Functions in the
7 previous chapter.