diff -r 481b30bfe496 Doc/library/urllib.rst --- a/Doc/library/urllib.rst Thu Dec 05 23:46:32 2013 +0100 +++ b/Doc/library/urllib.rst Fri Dec 06 12:43:04 2013 +0200 @@ -10,7 +10,7 @@ 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`. + Python 3 in favor of :func:`urllib.request.urlopen`. .. index:: single: WWW