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 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:16michael.foordsetrecipients: + michael.foord, gregory.p.smith
2009-04-03 23:50:16michael.foordsetmessageid: <1238802616.38.0.253486032642.issue5679@psf.upfronthosting.co.za>
2009-04-03 23:50:15michael.foordlinkissue5679 messages
2009-04-03 23:50:15michael.foordcreate