~ubuntu-branches/ubuntu/trusty/python3.4/trusty-proposed

« back to all changes in this revision

Viewing changes to Doc/library/internet.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-11-25 09:44:27 UTC
  • Revision ID: package-import@ubuntu.com-20131125094427-lzxj8ap5w01lmo7f
Tags: upstream-3.4~b1
ImportĀ upstreamĀ versionĀ 3.4~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
26
   urllib.rst
 
27
   urllib.request.rst
 
28
   urllib.parse.rst
 
29
   urllib.error.rst
 
30
   urllib.robotparser.rst
 
31
   http.rst
 
32
   http.client.rst
 
33
   ftplib.rst
 
34
   poplib.rst
 
35
   imaplib.rst
 
36
   nntplib.rst
 
37
   smtplib.rst
 
38
   smtpd.rst
 
39
   telnetlib.rst
 
40
   uuid.rst
 
41
   socketserver.rst
 
42
   http.server.rst
 
43
   http.cookies.rst
 
44
   http.cookiejar.rst
 
45
   xmlrpc.rst
 
46
   xmlrpc.client.rst
 
47
   xmlrpc.server.rst
 
48
   ipaddress.rst