New chapter headers for Internet Protocols and Internet Data chapters,

which replace the existing internet chapter.
This commit is contained in:
Fred Drake 1998-08-07 15:56:52 +00:00
parent d795c5cbd1
commit 29fe944787
2 changed files with 20 additions and 0 deletions

13
Doc/lib/internet.tex Normal file
View 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
View 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