New chapter headers for Internet Protocols and Internet Data chapters,
which replace the existing internet chapter.
diff --git a/Doc/lib/internet.tex b/Doc/lib/internet.tex
new file mode 100644
index 0000000..5d08f27
--- /dev/null
+++ b/Doc/lib/internet.tex
@@ -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