[issue12366] packaging.pypi.dist should abstract download errors.

Éric Araujo report at bugs.python.org
Sun Jun 19 22:24:24 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

I agree that we can wrap exceptions to provide more useful info where needed.  It’s not necessary, however, to always catch exceptions and raise Packaging*Errors instead: distutils and packaging are documented to raise ValueError and other standard exceptions in some cases.

----------

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


More information about the Python-bugs-list mailing list