summaryrefslogtreecommitdiff
path: root/Lib/idlelib/idle_test/test_autoexpand.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-03 22:19:17 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-03 22:19:17 -0400
commit75cbeb5dac8f4f57777f053eee257dbba5553d98 (patch)
tree9d3a48f3a70cb987e3801a110f8d5084f2bcac3b /Lib/idlelib/idle_test/test_autoexpand.py
parent1ef8c7e886ea5260e5a6967ec2b8a4c32640f1a8 (diff)
downloadcpython-git-75cbeb5dac8f4f57777f053eee257dbba5553d98.tar.gz
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.
Diffstat (limited to 'Lib/idlelib/idle_test/test_autoexpand.py')
-rw-r--r--Lib/idlelib/idle_test/test_autoexpand.py2
1 files changed, 1 insertions, 1 deletions
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')