summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index b9e8908..758cb23 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -75,6 +75,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libuserdict}
\input{liboperator}
\input{libtraceback}
+\input{liblinecache}
\input{libpickle}
\input{libcopyreg} % really copy_reg
\input{libshelve}
@@ -184,6 +185,8 @@ add new extensions to Python and how to embed it in other applications.
\input{liburlparse}
\input{libsocksvr}
\input{libbasehttp}
+\input{libsimplehttp}
+\input{libcgihttp}
\input{netdata}
\input{libsgmllib}