mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
New chapter headers for Internet Protocols and Internet Data chapters,
which replace the existing internet chapter.
This commit is contained in:
parent
d795c5cbd1
commit
29fe944787
2 changed files with 20 additions and 0 deletions
13
Doc/lib/internet.tex
Normal file
13
Doc/lib/internet.tex
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
\chapter{Internet Protocols and Support \label{internet}}
|
||||||
|
|
||||||
|
\index{WWW}
|
||||||
|
\index{Internet}
|
||||||
|
\index{World-Wide Web}
|
||||||
|
|
||||||
|
The modules described in this chapter implement Internet protocols and
|
||||||
|
support for related technology. They are all implemented in Python.
|
||||||
|
Some of these modules require the presence of the system-dependent
|
||||||
|
module \module{socket}\refbimodindex{socket}, which is currently only
|
||||||
|
fully supported on \UNIX{} and Windows NT. Here is an overview:
|
||||||
|
|
||||||
|
\localmoduletable
|
7
Doc/lib/netdata.tex
Normal file
7
Doc/lib/netdata.tex
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
\chapter{Internet Data Handling \label{netdata}}
|
||||||
|
|
||||||
|
This chapter describes modules which support handling data formats
|
||||||
|
commonly used on the internet. Some, like SGML and XML, may be useful
|
||||||
|
for other applications as well.
|
||||||
|
|
||||||
|
\localmoduletable
|
Loading…
Add table
Add a link
Reference in a new issue