summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-18 20:40:26 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-18 20:40:26 (GMT)
commit4d358b5d23e69755f649dfa013a4efcf8d5f604d (patch)
tree02380f130ed5f989c28899c96c524e33524ad8a4 /Doc/lib
parent7c829b3179ca44b316664d931513518b7d5ff8a4 (diff)
downloadcpython-4d358b5d23e69755f649dfa013a4efcf8d5f604d.zip
cpython-4d358b5d23e69755f649dfa013a4efcf8d5f604d.tar.gz
cpython-4d358b5d23e69755f649dfa013a4efcf8d5f604d.tar.bz2
Added sections for pyclbr and tokenize.
Diffstat (limited to 'Doc/lib')
-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 1f74705..cec6c83 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -86,6 +86,8 @@ add new extensions to Python and how to embed it in other applications.
\input{libsymbol}
\input{libtoken}
\input{libkeyword}
+\input{libtokenize}
+\input{libpyclbr}
\input{libcode}
\input{libpprint}
\input{librepr}