This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2002-09-26.18:19:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

For KeyError, isn't it e.args[0]?

For the others, I suggest that args[0] is the string,
args[1] is the parameter. As a result, those classes need a
__str__ which returns args[0].
History
Date User Action Args
2008-01-20 09:55:45adminlinkissue614557 messages
2008-01-20 09:55:45admincreate