Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b4ea9d05
Commit
b4ea9d05
authored
Oct 30, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Promote built-in functions to come before built-in types.
parent
1633a2e3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Doc/lib/lib.tex
Doc/lib/lib.tex
+1
-1
Doc/lib/libobjs.tex
Doc/lib/libobjs.tex
+1
-3
No files found.
Doc/lib/lib.tex
View file @
b4ea9d05
...
@@ -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
}
...
...
Doc/lib/libobjs.tex
View file @
b4ea9d05
\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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment