]> granicus.if.org Git - python/commitdiff
Promote built-in functions to come before built-in types.
authorFred Drake <fdrake@acm.org>
Tue, 30 Oct 2001 06:22:02 +0000 (06:22 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Oct 2001 06:22:02 +0000 (06:22 +0000)
Doc/lib/lib.tex
Doc/lib/libobjs.tex

index 222d6ff8af45a7ca38c85e3929ffb068fd3eb882..b79ed0db16525f25241efcfc4cb0152edca81a4d 100644 (file)
@@ -67,9 +67,9 @@ and how to embed it in other applications.
 \input{libintro}                % Introduction
 
 \input{libobjs}                 % Built-in Types, Exceptions and Functions
+\input{libfuncs}
 \input{libstdtypes}
 \input{libexcs}
-\input{libfuncs}
 
 \input{libpython}               % Python Runtime Services
 \input{libsys}
index f20723869c3a6a828bfc96615f619b291d9f1b5c..67df72ca3ab1f97cb34b5ac3d9f5b52a1b8d4b8b 100644 (file)
@@ -1,6 +1,4 @@
-\chapter{Built-in Types, Exceptions and Functions}
-\nodename{Built-in Objects}
-\label{builtin}
+\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