This document is for an old version of Python that is no longer supported. You should upgrade, and read the Python documentation for the current stable release.

21. Internet Protocols and Support

The modules described in this chapter implement Internet protocols and support for related technology. They are all implemented in Python. Most of these modules require the presence of the system-dependent module socket, which is currently supported on most popular platforms. Here is an overview:

Previous topic

20.13. xml.parsers.expat — Fast XML parsing using Expat

Next topic

21.1. webbrowser — Convenient Web-browser controller

This Page

«