diff -r f4f5b942e5e0 Doc/library/urllib.request.rst --- a/Doc/library/urllib.request.rst Thu Oct 30 10:17:59 2014 +0100 +++ b/Doc/library/urllib.request.rst Tue Nov 04 12:03:51 2014 -0500 @@ -85,8 +85,6 @@ * :meth:`~urllib.response.addinfourl.getcode` -- return the HTTP status code of the response. - Raises :exc:`~urllib.error.URLError` on errors. - Note that ``None`` may be returned if no handler handles the request (though the default installed global :class:`OpenerDirector` uses :class:`UnknownHandler` to ensure this never happens).