| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 1 | .. _internet: | 
 | 2 |  | 
 | 3 | ****************************** | 
 | 4 | Internet Protocols and Support | 
 | 5 | ****************************** | 
 | 6 |  | 
 | 7 | .. index:: | 
 | 8 |    single: WWW | 
 | 9 |    single: Internet | 
 | 10 |    single: World Wide Web | 
 | 11 |  | 
 | 12 | .. index:: module: socket | 
 | 13 |  | 
 | 14 | The modules described in this chapter implement Internet protocols and  support | 
 | 15 | for related technology.  They are all implemented in Python. Most of these | 
 | 16 | modules require the presence of the system-dependent module :mod:`socket`, which | 
 | 17 | is currently supported on most popular platforms.  Here is an overview: | 
 | 18 |  | 
 | 19 |  | 
 | 20 | .. toctree:: | 
 | 21 |  | 
 | 22 |    webbrowser.rst | 
 | 23 |    cgi.rst | 
 | 24 |    cgitb.rst | 
 | 25 |    wsgiref.rst | 
| Senthil Kumaran | aca8fd7 | 2008-06-23 04:41:59 +0000 | [diff] [blame] | 26 |    urllib.request.rst | 
 | 27 |    urllib.parse.rst | 
 | 28 |    urllib.error.rst | 
 | 29 |    urllib.robotparser.rst | 
| Georg Brandl | 2442015 | 2008-05-26 16:32:26 +0000 | [diff] [blame] | 30 |    http.client.rst | 
| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 31 |    ftplib.rst | 
 | 32 |    poplib.rst | 
 | 33 |    imaplib.rst | 
 | 34 |    nntplib.rst | 
 | 35 |    smtplib.rst | 
 | 36 |    smtpd.rst | 
 | 37 |    telnetlib.rst | 
 | 38 |    uuid.rst | 
| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 39 |    socketserver.rst | 
| Georg Brandl | 2442015 | 2008-05-26 16:32:26 +0000 | [diff] [blame] | 40 |    http.server.rst | 
 | 41 |    http.cookies.rst | 
 | 42 |    http.cookiejar.rst | 
| Georg Brandl | 38eceaa | 2008-05-26 11:14:17 +0000 | [diff] [blame] | 43 |    xmlrpc.client.rst | 
 | 44 |    xmlrpc.server.rst |