Kaydet (Commit) f44c4851 authored tarafından Fred Drake's avatar Fred Drake

New organization of internet modules into protocols/support and data

chapters.
üst 29fe9447
...@@ -158,7 +158,7 @@ add new extensions to Python and how to embed it in other applications. ...@@ -158,7 +158,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libprofile} % The Python Profiler \input{libprofile} % The Python Profiler
\input{libwww} % Internet and WWW Services \input{internet} % Internet Protocols
\input{libcgi} \input{libcgi}
\input{liburllib} \input{liburllib}
\input{libhttplib} \input{libhttplib}
...@@ -169,6 +169,10 @@ add new extensions to Python and how to embed it in other applications. ...@@ -169,6 +169,10 @@ add new extensions to Python and how to embed it in other applications.
\input{libnntplib} \input{libnntplib}
\input{libsmtplib} \input{libsmtplib}
\input{liburlparse} \input{liburlparse}
\input{libsocksvr}
\input{libbasehttp}
\input{netdata}
\input{libsgmllib} \input{libsgmllib}
\input{libhtmllib} \input{libhtmllib}
\input{libxmllib} \input{libxmllib}
...@@ -184,10 +188,8 @@ add new extensions to Python and how to embed it in other applications. ...@@ -184,10 +188,8 @@ add new extensions to Python and how to embed it in other applications.
\input{libmimetypes} \input{libmimetypes}
\input{libbase64} \input{libbase64}
\input{libquopri} \input{libquopri}
\input{libsocksvr}
\input{libmailbox} \input{libmailbox}
\input{libmimify} \input{libmimify}
\input{libbasehttp}
\input{librestricted} \input{librestricted}
\input{librexec} \input{librexec}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment