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 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:40eric.araujosetrecipients: + eric.araujo, loewis, orsenthil, syt, dsegan, potorange, dmalcolm, BreamoreBoy
2010-09-11 22:23:40eric.araujosetmessageid: <1284243820.14.0.82464947114.issue1475523@psf.upfronthosting.co.za>
2010-09-11 22:23:38eric.araujolinkissue1475523 messages
2010-09-11 22:23:38eric.araujocreate