summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_autocomplete.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-04 02:28:05 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-04 02:28:05 (GMT)
commit3d7281d2bdf0bbea105d73a12555366f29d6830e (patch)
tree804d939f00db48fb2fd64731a30da221aa518ef6 /Lib/idlelib/idle_test/test_autocomplete.py
parent622b2f6ec90e071e9fe0e34a49a7b1218d4a7121 (diff)
parent75cbeb5dac8f4f57777f053eee257dbba5553d98 (diff)
downloadcpython-3d7281d2bdf0bbea105d73a12555366f29d6830e.zip
cpython-3d7281d2bdf0bbea105d73a12555366f29d6830e.tar.gz
cpython-3d7281d2bdf0bbea105d73a12555366f29d6830e.tar.bz2
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.
Diffstat (limited to 'Lib/idlelib/idle_test/test_autocomplete.py')
-rw-r--r--Lib/idlelib/idle_test/test_autocomplete.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/idlelib/idle_test/test_autocomplete.py b/Lib/idlelib/idle_test/test_autocomplete.py
index 833737e..496a41d 100644
--- a/Lib/idlelib/idle_test/test_autocomplete.py
+++ b/Lib/idlelib/idle_test/test_autocomplete.py
@@ -33,9 +33,8 @@ class AutoCompleteTest(unittest.TestCase):
@classmethod
def tearDownClass(cls):
+ del cls.editor, cls.text
cls.root.destroy()
- del cls.text
- del cls.editor
del cls.root
def setUp(self):