mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
New organization of internet modules into protocols/support and data
chapters.
This commit is contained in:
parent
29fe944787
commit
f44c4851e9
1 changed files with 5 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue