Message 116125 - Python tracker (original) (raw)
Message116125
Author | eric.araujo |
---|---|
Recipients | BreamoreBoy, dmalcolm, dsegan, eric.araujo, loewis, orsenthil, potorange, syt |
Date | 2010-09-11.22:23:38 |
SpamBayes Score | 0.05079333 |
Marked as misclassified | No |
Message-id | 1284243820.14.0.82464947114.issue1475523@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Could you follow the guidelines at http://www.python.org/dev/patches/ to create patches? Thanks in advance. I wonder why you call tearDown from setUp. Doesn’t unittest do that for you when there is a failure in setUp? Also, you could use a with statement instead of try/finally. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-09-11 22:23:40 | eric.araujo | set | recipients: + eric.araujo, loewis, orsenthil, syt, dsegan, potorange, dmalcolm, BreamoreBoy |
2010-09-11 22:23:40 | eric.araujo | set | messageid: 1284243820.14.0.82464947114.issue1475523@psf.upfronthosting.co.za |
2010-09-11 22:23:38 | eric.araujo | link | issue1475523 messages |
2010-09-11 22:23:38 | eric.araujo | create |