]> granicus.if.org Git - python/commitdiff
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 Jun 2018 21:52:45 +0000 (14:52 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Jun 2018 21:52:45 +0000 (14:52 -0700)
In configdialog, the custom tabbedpages widget was replaced
by ttk.notebook several months ago.
(cherry picked from commit 5ae70f66ff1949eec35ff207c97cfe572c4e74c8)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/idle_test/htest.py

index 442f55e283a484e02e411937229d792c61945bb7..68eae67aff3ec5d8b9941d44c5a13beacc6e1de6 100644 (file)
@@ -296,16 +296,6 @@ _stack_viewer_spec = {
            "Check that exc_value, exc_tb, and exc_type are correct.\n"
     }
 
-_tabbed_pages_spec = {
-    'file': 'tabbedpages',
-    'kwds': {},
-    'msg': "Toggle between the two tabs 'foo' and 'bar'\n"
-           "Add a tab by entering a suitable name for it.\n"
-           "Remove an existing tab by entering its name.\n"
-           "Remove all existing tabs.\n"
-           "<nothing> is an invalid add page and remove page name.\n"
-    }
-
 _tooltip_spec = {
     'file': 'tooltip',
     'kwds': {},