Issue #5262: Improved fix.
[python.git] / Doc / library / internet.rst
blobe27362862a103bd4b33c165cb7723d3c572ec96f
2 .. _internet:
4 ******************************
5 Internet Protocols and Support
6 ******************************
8 .. index::
9    single: WWW
10    single: Internet
11    single: World Wide Web
13 .. index:: module: socket
15 The modules described in this chapter implement Internet protocols and  support
16 for related technology.  They are all implemented in Python. Most of these
17 modules require the presence of the system-dependent module :mod:`socket`, which
18 is currently supported on most popular platforms.  Here is an overview:
21 .. toctree::
23    webbrowser.rst
24    cgi.rst
25    cgitb.rst
26    wsgiref.rst
27    urllib.rst
28    urllib2.rst
29    httplib.rst
30    ftplib.rst
31    poplib.rst
32    imaplib.rst
33    nntplib.rst
34    smtplib.rst
35    smtpd.rst
36    telnetlib.rst
37    uuid.rst
38    ipaddr.rst
39    urlparse.rst
40    socketserver.rst
41    basehttpserver.rst
42    simplehttpserver.rst
43    cgihttpserver.rst
44    cookielib.rst
45    cookie.rst
46    xmlrpclib.rst
47    simplexmlrpcserver.rst
48    docxmlrpcserver.rst