[Python-checkins] python/dist/src/Doc/lib libobjs.tex,1.10,1.11

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Wed, 01 Jan 2003 12:37:17 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv2028

Modified Files:
	libobjs.tex 
Log Message:
mention built-in constants.


Index: libobjs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libobjs.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** libobjs.tex	30 Oct 2001 06:22:02 -0000	1.10
--- libobjs.tex	1 Jan 2003 20:37:14 -0000	1.11
***************
*** 1,5 ****
! \chapter{Built-in Functions, Types, and Exceptions \label{builtin}}
  
! Names for built-in exceptions and functions 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
--- 1,6 ----
! \chapter{Built-In Objects \label{builtin}}
  
! 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
***************
*** 12,15 ****
--- 13,17 ----
  \indexii{built-in}{exceptions}
  \indexii{built-in}{functions}
+ \indexii{built-in}{constants}
  \index{symbol table}