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 pitrou
Recipients barry, cvrebert, exarkun, ezio.melotti, ncoghlan, pitrou, rbcollins
Date 2009-12-21.11:54:50
SpamBayes Score 1.4352926e-08
Marked as misclassified No
Message-id <1261396534.3333.0.camel@localhost>
In-reply-to <1261337398.52.0.792599789828.issue6108@psf.upfronthosting.co.za>
Content
> I created a comprehensive set of tests to check all the possibilities
> that I listed in msg96319 and updated the patch for Object/exceptions.c.

Great!
Small thing: in tests, you should use setUp() to initialize test data
rather than __init__().
History
Date User Action Args
2009-12-21 11:54:51pitrousetrecipients: + pitrou, barry, exarkun, ncoghlan, rbcollins, ezio.melotti, cvrebert
2009-12-21 11:54:50pitroulinkissue6108 messages
2009-12-21 11:54:50pitroucreate