From: Fred Drake Date: Thu, 18 Feb 1999 20:40:26 +0000 (+0000) Subject: Added sections for pyclbr and tokenize. X-Git-Tag: v1.5.2c1~316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d358b5d23e69755f649dfa013a4efcf8d5f604d;p=thirdparty%2FPython%2Fcpython.git Added sections for pyclbr and tokenize. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 1f7470556809..cec6c835ac97 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}