[issue8741] 2.7 regression in tarfile: IOError: link could not be created

Sridhar Ratnakumar report at bugs.python.org
Mon May 17 20:09:18 CEST 2010


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

Aside: why is the original exception ignored, and instead a generic IOError is thrown? Why not use one of the exceptions inheriting `TarError`, so that application code can reliably catch these errors?

----------

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


More information about the Python-bugs-list mailing list