Promote built-in functions to come before built-in types.

This commit is contained in:
Fred Drake 2001-10-30 06:22:02 +00:00
parent 1633a2e345
commit b4ea9d0502
2 changed files with 2 additions and 4 deletions

View 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}

View 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