]> granicus.if.org Git - python/commitdiff
#19906: clarify note in urllib docs.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 10 Feb 2014 07:59:04 +0000 (09:59 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 10 Feb 2014 07:59:04 +0000 (09:59 +0200)
Doc/library/urllib.rst

index c7d200dbe8a8b1340da5f956783b452eef31cfb5..62f198fceef2853edb74426626aec674cd642124 100644 (file)
@@ -9,8 +9,9 @@
     Python 3 to :mod:`urllib.request`, :mod:`urllib.parse`,
     and :mod:`urllib.error`. The :term:`2to3` tool will automatically adapt
     imports when converting your sources to Python 3.
-    Also note that the :func:`urllib.urlopen` function has been removed in
-    Python 3 in favor of :func:`urllib2.urlopen`.
+    Also note that the :func:`urllib.request.urlopen` function in Python 3 is
+    equivalent to :func:`urllib2.urlopen` and that :func:`urllib.urlopen` has
+    been removed.
 
 .. index::
    single: WWW