Issue 20567: Revise idle_test/README.txt and some tests to match new advice.

This commit is contained in:
Terry Jan Reedy 2016-06-03 22:19:17 -04:00
parent 1ef8c7e886
commit 75cbeb5dac
9 changed files with 39 additions and 34 deletions

View file

@ -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):