exception question
Gonçalo Rodrigues
op73418 at mail.telepac.pt
Sun Aug 31 17:22:15 EDT 2003
Hi,
For error processing I found convenient maintaining a dictionary where
the keys are exception *classes* and the values are callables. Of
course, for this to work, exception classes have to be hashable which
I happily found that they were. So my question is, can I count on this
behaviour? Or is this behaviour I should not count on? (I found
nothing on the docs about it, thus the question).
With my best regards,
G. Rodrigues
More information about the Python-list
mailing list