Merged revisions 80775 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r80775 | senthil.kumaran | 2010-05-05 12:52:18 +0530 (Wed, 05 May 2010) | 3 lines

  Fix issue8619 - Doc fix - code example.
........
This commit is contained in:
Senthil Kumaran 2010-05-05 07:24:44 +00:00
parent ef7a65c3b3
commit de4bcd92f9
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ The :mod:`urllib.request` module defines the following functions:
class AppURLopener(urllib.request.FancyURLopener):
version = "App/1.7"
urllib._urlopener = AppURLopener()
urllib.request._urlopener = AppURLopener()
.. function:: urlcleanup()