]> granicus.if.org Git - python/commitdiff
mention built-in constants.
authorSkip Montanaro <skip@pobox.com>
Wed, 1 Jan 2003 20:37:14 +0000 (20:37 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 1 Jan 2003 20:37:14 +0000 (20:37 +0000)
Doc/lib/libobjs.tex

index 67df72ca3ab1f97cb34b5ac3d9f5b52a1b8d4b8b..86d91a129bad1469b48b8e9fc8d067b0d1a31423 100644 (file)
@@ -1,6 +1,7 @@
-\chapter{Built-in Functions, Types, and Exceptions \label{builtin}}
+\chapter{Built-In Objects \label{builtin}}
 
-Names for built-in exceptions and functions are found in a separate
+Names for built-in exceptions and functions and a number of constants are
+found in a separate 
 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
@@ -11,6 +12,7 @@ described together here for easy reference.\footnote{
 \indexii{built-in}{types}
 \indexii{built-in}{exceptions}
 \indexii{built-in}{functions}
+\indexii{built-in}{constants}
 \index{symbol table}
 
 The tables in this chapter document the priorities of operators by