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:28:05 -04:00
commit 3d7281d2bd
9 changed files with 39 additions and 34 deletions

View file

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