[docs] [issue22797] urllib.request.urlopen documentation falsely guarantees that a URLError will be raised on errors

R. David Murray report at bugs.python.org
Tue Nov 4 18:12:38 CET 2014


R. David Murray added the comment:

This is a general principle in Python.  A module may raise specific errors, but there are always other errors that may be raised.  The wording could be clarified, but it should not be removed.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22797>
_______________________________________


More information about the docs mailing list