summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-18 15:59:13 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-18 15:59:13 (GMT)
commitb0df56789762c4c82ac125672263d52de89ec5f7 (patch)
treece0c09797d65c1b385b3b4cac1f03c1dd2c0c12b /Doc/lib/lib.tex
parent710c035c057c948513d10486734daa8872430882 (diff)
downloadcpython-b0df56789762c4c82ac125672263d52de89ec5f7.zip
cpython-b0df56789762c4c82ac125672263d52de89ec5f7.tar.gz
cpython-b0df56789762c4c82ac125672263d52de89ec5f7.tar.bz2
Separate the parse, symbol, and token documentation into separate files.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 510a543..4aee15b 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -78,6 +78,8 @@ add new extensions to Python and how to embed it in other applications.
\input{libimp}
\input{libni}
\input{libparser}
+\input{libsymbol}
+\input{libtoken}
\input{libkeyword}
\input{libcode}
\input{libpprint}