]> granicus.if.org Git - python/commit
Documentation updates for urllib package. Modified the documentation for the
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 23 Jun 2008 04:41:59 +0000 (04:41 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 23 Jun 2008 04:41:59 +0000 (04:41 +0000)
commitaca8fd7a9dc96143e592076fab4d89cc1691d03f
treef18d273e3f72b917139e07f3e6e4d72a5119fd94
parentd11a44312f2e80a9c4979063ce94233f924dcc5b
Documentation updates for urllib package. Modified the documentation for the
urllib,urllib2 -> urllib.request,urllib.error
urlparse -> urllib.parse
RobotParser -> urllib.robotparser

Updated tutorial references and other module references (http.client.rst,
ftplib.rst,contextlib.rst)
Updated the examples in the urllib2-howto

Addresses Issue3142.
12 files changed:
Doc/howto/urllib2.rst
Doc/library/contextlib.rst
Doc/library/fileformats.rst
Doc/library/ftplib.rst
Doc/library/http.client.rst
Doc/library/internet.rst
Doc/library/urllib.error.rst [new file with mode: 0644]
Doc/library/urllib.parse.rst [moved from Doc/library/urlparse.rst with 82% similarity]
Doc/library/urllib.request.rst [moved from Doc/library/urllib2.rst with 66% similarity]
Doc/library/urllib.robotparser.rst [new file with mode: 0644]
Doc/library/urllib.rst [deleted file]
Doc/tutorial/stdlib.rst