Fred Drake | 29fe944 | 1998-08-07 15:56:52 +0000 | [diff] [blame] | 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 |