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

Fred L. Drake fdrake@users.sourceforge.net
Mon, 29 Oct 2001 22:22:04 -0800


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

Modified Files:
	libobjs.tex 
Log Message:
Promote built-in functions to come before built-in types.

Index: libobjs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libobjs.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** libobjs.tex	2000/09/09 03:31:17	1.9
--- libobjs.tex	2001/10/30 06:22:02	1.10
***************
*** 1,5 ****
! \chapter{Built-in Types, Exceptions and Functions}
! \nodename{Built-in Objects}
! \label{builtin}
  
  Names for built-in exceptions and functions are found in a separate
--- 1,3 ----
! \chapter{Built-in Functions, Types, and Exceptions \label{builtin}}
  
  Names for built-in exceptions and functions are found in a separate