Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4ea9d0

Browse files
committed
Promote built-in functions to come before built-in types.
1 parent 1633a2e commit b4ea9d0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/lib/lib.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ \chapter*{Front Matter\label{front}}
6767
\input{libintro} % Introduction
6868

6969
\input{libobjs} % Built-in Types, Exceptions and Functions
70+
\input{libfuncs}
7071
\input{libstdtypes}
7172
\input{libexcs}
72-
\input{libfuncs}
7373

7474
\input{libpython} % Python Runtime Services
7575
\input{libsys}

Doc/lib/libobjs.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
\chapter{Built-in Types, Exceptions and Functions}
2-
\nodename{Built-in Objects}
3-
\label{builtin}
1+
\chapter{Built-in Functions, Types, and Exceptions \label{builtin}}
42

53
Names for built-in exceptions and functions are found in a separate
64
symbol table. This table is searched last when the interpreter looks

0 commit comments

Comments
 (0)