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 5ae70f66ff)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2018-06-23 14:52:45 -07:00 committed by GitHub
parent 070c91e465
commit 6b7ed31cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,16 +296,6 @@ def _wrapper(parent): # htest #
"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': {},