Message 102719 - Python tracker (original) (raw)
Message102719
Author | chris.jerdonek |
---|---|
Recipients | chris.jerdonek, michael.foord, r.david.murray, rbcollins, slmnhq |
Date | 2010-04-09.13:01:43 |
SpamBayes Score | 0.007622867 |
Marked as misclassified | No |
Message-id | 1270818104.9.0.27972772549.issue7559@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
> I think you can simplify them a bit. For example, you can use assertRaises. Actually, assertRaises doesn't seem to permit checking error text. That may be one reason why try-except-else is being used instead throughout. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-04-09 13:01:44 | chris.jerdonek | set | recipients: + chris.jerdonek, rbcollins, r.david.murray, michael.foord, slmnhq |
2010-04-09 13:01:44 | chris.jerdonek | set | messageid: 1270818104.9.0.27972772549.issue7559@psf.upfronthosting.co.za |
2010-04-09 13:01:43 | chris.jerdonek | link | issue7559 messages |
2010-04-09 13:01:43 | chris.jerdonek | create |