blob: 72ac4b308c2c35153c9ee20bd626de2bd8fa8b82 [file] [log] [blame]
Fred Drake29fe9441998-08-07 15:56:52 +00001\chapter{Internet Protocols and Support \label{internet}}
2
3\index{WWW}
4\index{Internet}
Fred Drake8ee679f2001-07-14 02:50:55 +00005\index{World Wide Web}
Fred Drake29fe9441998-08-07 15:56:52 +00006
7The modules described in this chapter implement Internet protocols and
8support for related technology. They are all implemented in Python.
Fred Drake38e5d272000-04-03 20:13:55 +00009Most of these modules require the presence of the system-dependent
10module \refmodule{socket}\refbimodindex{socket}, which is currently
11supported on most popular platforms. Here is an overview:
Fred Drake29fe9441998-08-07 15:56:52 +000012
13\localmoduletable