Message 83998 - Python tracker (original) (raw)
Message83998
Author | purcell |
---|---|
Recipients | ngie, purcell, rhettinger |
Date | 2009-03-23.08:48:47 |
SpamBayes Score | 6.455118e-05 |
Marked as misclassified | No |
Message-id | 1237798129.71.0.283999352399.issue5538@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Indeed -- if some of the setUp code is likely to fail, that should be handled right there in setUp, by reversing any other setup code that may have executed. It's harder to write a tearDown that will work reliably for any partially successful setUp. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2009-03-23 08:48:50 | purcell | set | recipients: + purcell, rhettinger, ngie |
2009-03-23 08:48:49 | purcell | set | messageid: 1237798129.71.0.283999352399.issue5538@psf.upfronthosting.co.za |
2009-03-23 08:48:47 | purcell | link | issue5538 messages |
2009-03-23 08:48:47 | purcell | create |