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 vstinner
Recipients Saimadhav.Heblikar, jesstess, terry.reedy, vstinner
Date 2014-06-10.13:52:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402408346.83.0.755716136271.issue21703@psf.upfronthosting.co.za>
In-reply-to
Content
You should call "cls.percolator.close()" in your tearDownClass() method, before cls.text.destroy().

By the way, I prefer to assign an attribute to None instead of using "del obj.attr".
History
Date User Action Args
2014-06-10 13:52:26vstinnersetrecipients: + vstinner, terry.reedy, jesstess, Saimadhav.Heblikar
2014-06-10 13:52:26vstinnersetmessageid: <1402408346.83.0.755716136271.issue21703@psf.upfronthosting.co.za>
2014-06-10 13:52:26vstinnerlinkissue21703 messages
2014-06-10 13:52:26vstinnercreate