Re: [tarfile] Difficultis catching an exception

2008-08-20 Thread Wojtek Walczak
On Wed, 20 Aug 2008 02:07:33 -0700 (PDT), [EMAIL PROTECTED] wrote: > I'm trying to catch an "EOFError" exception that occurs when reading > truncated tarfile. Here's my routine, and below that the callback > trace. Note that although I'm trying to catch all TarFile exceptions, > the tarfile.EOFErro

[tarfile] Difficultis catching an exception

2008-08-20 Thread [EMAIL PROTECTED]
Hello, I'm trying to catch an "EOFError" exception that occurs when reading truncated tarfile. Here's my routine, and below that the callback trace. Note that although I'm trying to catch all TarFile exceptions, the tarfile.EOFError ecxeption, and the global EOFError exception, the program still f