Message 85344 - Python tracker (original) (raw)
Message85344
Author | michael.foord |
---|---|
Recipients | gregory.p.smith, michael.foord |
Date | 2009-04-03.23:50:15 |
SpamBayes Score | 2.0486259e-07 |
Marked as misclassified | No |
Message-id | 1238802616.38.0.253486032642.issue5679@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
And actually your conditionally_undo_setup() call in setUp is incorrect. It should in an except block that re-raises rather than a finally block (which will do the cleanup even in non-exceptional circumstances). Easy code to get wrong... |
History | |||
---|---|---|---|
Date | User | Action | Args |
2009-04-03 23:50:16 | michael.foord | set | recipients: + michael.foord, gregory.p.smith |
2009-04-03 23:50:16 | michael.foord | set | messageid: 1238802616.38.0.253486032642.issue5679@psf.upfronthosting.co.za |
2009-04-03 23:50:15 | michael.foord | link | issue5679 messages |
2009-04-03 23:50:15 | michael.foord | create |