Skip to content

Commit 6b7ed31

Browse files
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
In configdialog, the custom tabbedpages widget was replaced by ttk.notebook several months ago. (cherry picked from commit 5ae70f6) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 070c91e commit 6b7ed31

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Lib/idlelib/idle_test/htest.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -296,16 +296,6 @@ def _wrapper(parent): # htest #
296296
"Check that exc_value, exc_tb, and exc_type are correct.\n"
297297
}
298298

299-
_tabbed_pages_spec = {
300-
'file': 'tabbedpages',
301-
'kwds': {},
302-
'msg': "Toggle between the two tabs 'foo' and 'bar'\n"
303-
"Add a tab by entering a suitable name for it.\n"
304-
"Remove an existing tab by entering its name.\n"
305-
"Remove all existing tabs.\n"
306-
"<nothing> is an invalid add page and remove page name.\n"
307-
}
308-
309299
_tooltip_spec = {
310300
'file': 'tooltip',
311301
'kwds': {},

0 commit comments

Comments
 (0)