summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-30 06:22:02 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-30 06:22:02 (GMT)
commitb4ea9d05025fcebb9e72577ec273bcdf80613ac2 (patch)
tree3dc4bddbf374d29c1368b405398a4a7378484062 /Doc/lib/lib.tex
parent1633a2e3452b40d0e9bb1f15ab16cd6b90f15a19 (diff)
downloadcpython-b4ea9d05025fcebb9e72577ec273bcdf80613ac2.zip
cpython-b4ea9d05025fcebb9e72577ec273bcdf80613ac2.tar.gz
cpython-b4ea9d05025fcebb9e72577ec273bcdf80613ac2.tar.bz2
Promote built-in functions to come before built-in types.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 222d6ff..b79ed0d 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -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}