Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29fe944

Browse files
committed
New chapter headers for Internet Protocols and Internet Data chapters,
which replace the existing internet chapter.
1 parent d795c5c commit 29fe944

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Doc/lib/internet.tex

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
\chapter{Internet Protocols and Support \label{internet}}
2+
3+
\index{WWW}
4+
\index{Internet}
5+
\index{World-Wide Web}
6+
7+
The modules described in this chapter implement Internet protocols and
8+
support for related technology. They are all implemented in Python.
9+
Some of these modules require the presence of the system-dependent
10+
module \module{socket}\refbimodindex{socket}, which is currently only
11+
fully supported on \UNIX{} and Windows NT. Here is an overview:
12+
13+
\localmoduletable

Doc/lib/netdata.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
\chapter{Internet Data Handling \label{netdata}}
2+
3+
This chapter describes modules which support handling data formats
4+
commonly used on the internet. Some, like SGML and XML, may be useful
5+
for other applications as well.
6+
7+
\localmoduletable

0 commit comments

Comments
 (0)