Commit b4ea9d05 authored by Fred Drake's avatar Fred Drake

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

parent 1633a2e3
...@@ -67,9 +67,9 @@ and how to embed it in other applications. ...@@ -67,9 +67,9 @@ and how to embed it in other applications.
\input{libintro} % Introduction \input{libintro} % Introduction
\input{libobjs} % Built-in Types, Exceptions and Functions \input{libobjs} % Built-in Types, Exceptions and Functions
\input{libfuncs}
\input{libstdtypes} \input{libstdtypes}
\input{libexcs} \input{libexcs}
\input{libfuncs}
\input{libpython} % Python Runtime Services \input{libpython} % Python Runtime Services
\input{libsys} \input{libsys}
......
\chapter{Built-in Types, Exceptions and Functions} \chapter{Built-in Functions, Types, and Exceptions \label{builtin}}
\nodename{Built-in Objects}
\label{builtin}
Names for built-in exceptions and functions are found in a separate Names for built-in exceptions and functions are found in a separate
symbol table. This table is searched last when the interpreter looks symbol table. This table is searched last when the interpreter looks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment