[Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.193,1.194

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


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

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

Index: lib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/lib.tex,v
retrieving revision 1.193
retrieving revision 1.194
diff -C2 -d -r1.193 -r1.194
*** lib.tex	2001/09/28 22:03:40	1.193
--- lib.tex	2001/10/30 06:21:32	1.194
***************
*** 68,74 ****
  
  \input{libobjs}                 % Built-in Types, Exceptions and Functions
  \input{libstdtypes}
  \input{libexcs}
- \input{libfuncs}
  
  \input{libpython}               % Python Runtime Services
--- 68,74 ----
  
  \input{libobjs}                 % Built-in Types, Exceptions and Functions
+ \input{libfuncs}
  \input{libstdtypes}
  \input{libexcs}
  
  \input{libpython}               % Python Runtime Services