source: vendor/python/2.5/Doc/lib/internet.tex

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 466 bytes
Line 
1\chapter{Internet Protocols and Support \label{internet}}
2
3\index{WWW}
4\index{Internet}
5\index{World Wide Web}
6
7The modules described in this chapter implement Internet protocols and
8support for related technology. They are all implemented in Python.
9Most 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:
12
13\localmoduletable
Note: See TracBrowser for help on using the repository browser.