diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-10-09 15:16:26 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-10-09 15:16:26 (GMT) |
commit | 455fa0a314b7f7edd0c8554b12a65267ff1e2e5b (patch) | |
tree | a4db0395d8674c1e3c4119f0edccf72307b34e49 /Doc/library/internet.rst | |
parent | b29614e047110f4d9af993a6cdec4e3fb7ef9738 (diff) | |
parent | 831893a68ec7114c1fc9c8e36b9159f5c1db50c7 (diff) | |
download | cpython-455fa0a314b7f7edd0c8554b12a65267ff1e2e5b.zip cpython-455fa0a314b7f7edd0c8554b12a65267ff1e2e5b.tar.gz cpython-455fa0a314b7f7edd0c8554b12a65267ff1e2e5b.tar.bz2 |
merge heads
Diffstat (limited to 'Doc/library/internet.rst')
-rw-r--r-- | Doc/library/internet.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/internet.rst b/Doc/library/internet.rst index ce91dde..b8950bb 100644 --- a/Doc/library/internet.rst +++ b/Doc/library/internet.rst @@ -23,10 +23,12 @@ is currently supported on most popular platforms. Here is an overview: cgi.rst cgitb.rst wsgiref.rst + urllib.rst urllib.request.rst urllib.parse.rst urllib.error.rst urllib.robotparser.rst + http.rst http.client.rst ftplib.rst poplib.rst @@ -40,6 +42,7 @@ is currently supported on most popular platforms. Here is an overview: http.server.rst http.cookies.rst http.cookiejar.rst + xmlrpc.rst xmlrpc.client.rst xmlrpc.server.rst ipaddress.rst |