diff options
author | Guido van Rossum <guido@python.org> | 1995-04-04 12:29:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-04 12:29:37 (GMT) |
commit | 02ee80d408727c5b9ddebdbdedbfbb03a17f24ea (patch) | |
tree | 38c22002616aae2deebeaf4a968790d8f4a6f671 /Doc/lib/libobjs.tex | |
parent | 25f6fcc55049e6e3e4e5073817d7b8243186c812 (diff) | |
download | cpython-02ee80d408727c5b9ddebdbdedbfbb03a17f24ea.zip cpython-02ee80d408727c5b9ddebdbdedbfbb03a17f24ea.tar.gz cpython-02ee80d408727c5b9ddebdbdedbfbb03a17f24ea.tar.bz2 |
minor things
Diffstat (limited to 'Doc/lib/libobjs.tex')
-rw-r--r-- | Doc/lib/libobjs.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex index 9006b8a..b4dd409 100644 --- a/Doc/lib/libobjs.tex +++ b/Doc/lib/libobjs.tex @@ -3,9 +3,10 @@ \nodename{Built-in Objects} Names for built-in exceptions and functions are found in a separate -symbol table. This table is searched last, so local and global +symbol table. This table is searched last when the interpreter looks +up the meaning of a name, so local and global user-defined names can override built-in names. Built-in types are -described together here for easy reference. % +described together here for easy reference.% \footnote{Most descriptions sorely lack explanations of the exceptions that may be raised --- this will be fixed in a future version of this manual.} |