From: Fred Drake Date: Tue, 30 Oct 2001 06:22:02 +0000 (+0000) Subject: Promote built-in functions to come before built-in types. X-Git-Tag: v2.2.1c1~959 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4ea9d05025fcebb9e72577ec273bcdf80613ac2;p=python Promote built-in functions to come before built-in types. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 222d6ff8af..b79ed0db16 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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} diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex index f20723869c..67df72ca3a 100644 --- a/Doc/lib/libobjs.tex +++ b/Doc/lib/libobjs.tex @@ -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