diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-07 01:49:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-07 01:49:07 (GMT) |
commit | cda63cc875f54b047018cad362aa23d5493b97f3 (patch) | |
tree | f43f888293bb4046a7622dffefd561b669e993c2 /Doc/libbltin.tex | |
parent | bbe33c559403c7e06642111c494bd32d9abe528f (diff) | |
download | cpython-cda63cc875f54b047018cad362aa23d5493b97f3.zip cpython-cda63cc875f54b047018cad362aa23d5493b97f3.tar.gz cpython-cda63cc875f54b047018cad362aa23d5493b97f3.tar.bz2 |
Relocating file to Doc/lib/
Diffstat (limited to 'Doc/libbltin.tex')
-rw-r--r-- | Doc/libbltin.tex | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/libbltin.tex b/Doc/libbltin.tex deleted file mode 100644 index a4a0dd0..0000000 --- a/Doc/libbltin.tex +++ /dev/null @@ -1,8 +0,0 @@ -\section{Built-in Module \module{__builtin__}} -\label{module-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 section \ref{built-in-funcs}, ``Built-in -Functions.'' |