From 75cbeb5dac8f4f57777f053eee257dbba5553d98 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 3 Jun 2016 22:19:17 -0400 Subject: Issue 20567: Revise idle_test/README.txt and some tests to match new advice. --- Lib/idlelib/idle_test/test_autoexpand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/idle_test/test_autoexpand.py') diff --git a/Lib/idlelib/idle_test/test_autoexpand.py b/Lib/idlelib/idle_test/test_autoexpand.py index 7ca941ec29..d2a3156dca 100644 --- a/Lib/idlelib/idle_test/test_autoexpand.py +++ b/Lib/idlelib/idle_test/test_autoexpand.py @@ -25,10 +25,10 @@ class AutoExpandTest(unittest.TestCase): @classmethod def tearDownClass(cls): + del cls.text, cls.auto_expand if hasattr(cls, 'tk'): cls.tk.destroy() del cls.tk - del cls.text, cls.auto_expand def tearDown(self): self.text.delete('1.0', 'end') -- cgit v1.2.1