bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881) · python/cpython@5ae70f6

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': {},