Issue #5170: Fixed regression caused when fixing #5768.
[python.git] / Doc / library / internet.rst
blob16b0a446a8fa22fd9921bb5b73c86dd60905579c
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    urlparse.rst
39    socketserver.rst
40    basehttpserver.rst
41    simplehttpserver.rst
42    cgihttpserver.rst
43    cookielib.rst
44    cookie.rst
45    xmlrpclib.rst
46    simplexmlrpcserver.rst
47    docxmlrpcserver.rst