diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-07 15:58:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-07 15:58:31 (GMT) |
commit | f44c4851e9155e12f9121ad14c08a4223fac35f8 (patch) | |
tree | 3b92c207defd80fc428896dfe2c61c88ef7485c2 | |
parent | 29fe944787fb8fada8182d5e86bc443438f9f872 (diff) | |
download | cpython-f44c4851e9155e12f9121ad14c08a4223fac35f8.zip cpython-f44c4851e9155e12f9121ad14c08a4223fac35f8.tar.gz cpython-f44c4851e9155e12f9121ad14c08a4223fac35f8.tar.bz2 |
New organization of internet modules into protocols/support and data
chapters.
-rw-r--r-- | Doc/lib/lib.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 1bba9f7..7681a1a 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -158,7 +158,7 @@ add new extensions to Python and how to embed it in other applications. \input{libprofile} % The Python Profiler -\input{libwww} % Internet and WWW Services +\input{internet} % Internet Protocols \input{libcgi} \input{liburllib} \input{libhttplib} @@ -169,6 +169,10 @@ add new extensions to Python and how to embed it in other applications. \input{libnntplib} \input{libsmtplib} \input{liburlparse} +\input{libsocksvr} +\input{libbasehttp} + +\input{netdata} \input{libsgmllib} \input{libhtmllib} \input{libxmllib} @@ -184,10 +188,8 @@ add new extensions to Python and how to embed it in other applications. \input{libmimetypes} \input{libbase64} \input{libquopri} -\input{libsocksvr} \input{libmailbox} \input{libmimify} -\input{libbasehttp} \input{librestricted} \input{librexec} |