mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Promote built-in functions to come before built-in types.
This commit is contained in:
parent
1633a2e345
commit
b4ea9d0502
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue