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 maker, neologix, pitrou
Date 2013-07-27.20:38:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374957508.0.0.414972554603.issue18564@psf.upfronthosting.co.za>
In-reply-to
Content
Instead of writing try / except / self.fail, you could simply use the context manager form of assertRaises.
History
Date User Action Args
2013-07-27 20:38:28pitrousetrecipients: + pitrou, neologix, maker
2013-07-27 20:38:28pitrousetmessageid: <1374957508.0.0.414972554603.issue18564@psf.upfronthosting.co.za>
2013-07-27 20:38:27pitroulinkissue18564 messages
2013-07-27 20:38:27pitroucreate