From 23f414c539f31bdd6b01b673d4cf06087b7d1e49 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 11 Aug 1998 15:47:16 +0000 Subject: [PATCH] Added new sections. --- Doc/lib/lib.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 7681a1af76a..178503b1e5e 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -76,7 +76,7 @@ add new extensions to Python and how to embed it in other applications. \input{liboperator} \input{libtraceback} \input{libpickle} -\input{libcopyreg} +\input{libcopyreg} % really copy_reg \input{libshelve} \input{libcopy} \input{libmarshal} @@ -88,6 +88,8 @@ add new extensions to Python and how to embed it in other applications. \input{libkeyword} \input{libcode} \input{libpprint} +\input{libpycompile} % really py_compile +\input{libcompileall} \input{libdis} \input{libsite} \input{libuser}