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 Trundle
Recipients Trundle, michael.foord, pitrou, santoso.wijaya
Date 2011-03-22.01:23:43
SpamBayes Score 0.0020143804
Marked as misclassified No
Message-id <AANLkTikJvyYPPZYPup-O6G560EOdtTOJxOcXSBMwDEsQ@mail.gmail.com>
In-reply-to <1300748896.3516.28.camel@localhost.localdomain>
Content
> Antoine Pitrou <pitrou@free.fr> added the comment:
> You could try something more explicit, such as
> "calling %s() should have returned an instance of BaseException, not %s"
> % (type, Py_TYPE(value))

Thanks, updated the patch.

> By the way, you have a tab character in your patch. Please only use
> spaces for indentation.

I am terribly sorry for that. I always realise after the first changed
line that my editor is in the wrong C mode.
History
Date User Action Args
2011-03-22 01:23:44Trundlesetrecipients: + Trundle, pitrou, michael.foord, santoso.wijaya
2011-03-22 01:23:43Trundlelinkissue11627 messages
2011-03-22 01:23:43Trundlecreate