(newbye) exceptions list for python3 classes

chrem usenetNoSpam at chr1st0ph9.eu
Tue Jun 25 11:55:18 EDT 2013


Le 24/06/13 23:43, chrem a écrit :
> Le 24/06/13 23:35, chrem a écrit :
>> Hi,
>>
>> what is the best way to find out all exceptions for a class?
>> E.g. I want to find out all exceptions related to the zipfile (I'm
>> searching for the Bad password exception syntax).
>>
>> thanks for your help or feedback,
>> Christophe
>
> without exception, it shown:
> RuntimeError: ('Bad password for file', <zipfile.ZipInfo object at
> 0x100756690>)
>
> then I tried:
>      except zipfile.BadPassword:
>                          print("Password does not match")
> but it returned:
> AttributeError: 'module' object has no attribute 'BadPassword'
>
>
>
>
Thanks alex23, Dave Angel and Ben Funney for your precious feedbacks !



More information about the Python-list mailing list