diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-07 15:56:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-07 15:56:52 (GMT) |
commit | 29fe944787fb8fada8182d5e86bc443438f9f872 (patch) | |
tree | 7c13f64a0f328c3c0f7e93ff21ceb344cdfef9f9 /Doc/lib/internet.tex | |
parent | d795c5cbd18b8bfc46fb70a60f403c6b8590a1c0 (diff) | |
download | cpython-29fe944787fb8fada8182d5e86bc443438f9f872.zip cpython-29fe944787fb8fada8182d5e86bc443438f9f872.tar.gz cpython-29fe944787fb8fada8182d5e86bc443438f9f872.tar.bz2 |
New chapter headers for Internet Protocols and Internet Data chapters,
which replace the existing internet chapter.
Diffstat (limited to 'Doc/lib/internet.tex')
-rw-r--r-- | Doc/lib/internet.tex | 13 |
1 files changed, 13 insertions, 0 deletions
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 |