diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-18 20:40:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-18 20:40:26 (GMT) |
commit | 4d358b5d23e69755f649dfa013a4efcf8d5f604d (patch) | |
tree | 02380f130ed5f989c28899c96c524e33524ad8a4 /Doc/lib | |
parent | 7c829b3179ca44b316664d931513518b7d5ff8a4 (diff) | |
download | cpython-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.tex | 2 |
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} |