Staging
v0.5.1
https://github.com/python/cpython
Revision bc2472db8eeee545a2d815ec2e9ee71132d3b20c authored by Guido van Rossum on 30 April 1997, 19:07:54 UTC, committed by Guido van Rossum on 30 April 1997, 19:07:54 UTC
1 parent 15e33a4
Raw File
Tip revision: bc2472db8eeee545a2d815ec2e9ee71132d3b20c authored by Guido van Rossum on 30 April 1997, 19:07:54 UTC
Avoid some potential (though unlikely) sprintf buffer overflows.
Tip revision: bc2472d
libbltin.tex
\section{Built-in Module \sectcode{__builtin__}}
\bimodindex{__builtin__}

This module provides direct access to all `built-in' identifiers of
Python; e.g. \code{__builtin__.open} is the full name for the built-in
function \code{open}.  See the section on Built-in Functions in the
previous chapter.
back to top