diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-14 19:49:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-14 19:49:50 (GMT) |
commit | c46864e982ab3cba2ab0ae6958fc90a46c5fade8 (patch) | |
tree | 47ea1aeea434315e05788fa19b2e1203b94cb79e /Doc/lib/lib.tex | |
parent | 21572fdcb60a6ab033a2dff66f871389ca1a89c1 (diff) | |
download | cpython-c46864e982ab3cba2ab0ae6958fc90a46c5fade8.zip cpython-c46864e982ab3cba2ab0ae6958fc90a46c5fade8.tar.gz cpython-c46864e982ab3cba2ab0ae6958fc90a46c5fade8.tar.bz2 |
Misc. changes related to the new sections.
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r-- | Doc/lib/lib.tex | 3 |
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} |