]> granicus.if.org Git - python/commitdiff
Merged revisions 80775 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Wed, 5 May 2010 07:24:44 +0000 (07:24 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Wed, 5 May 2010 07:24:44 +0000 (07:24 +0000)
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.
........

Doc/library/urllib.request.rst

index 74f0211dca0ec8026660be9ebe47c79f72cdc35f..03362db03b820ab316625a3a0cc3f2a169f56746 100644 (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()