mirror of
https://github.com/python/cpython.git
synced 2025-10-10 17:02:46 +00:00
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.
This commit is contained in:
parent
38cf49bf69
commit
5ae70f66ff
1 changed files with 0 additions and 10 deletions
|
@ -296,16 +296,6 @@ _stack_viewer_spec = {
|
||||||
"Check that exc_value, exc_tb, and exc_type are correct.\n"
|
"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 = {
|
_tooltip_spec = {
|
||||||
'file': 'tooltip',
|
'file': 'tooltip',
|
||||||
'kwds': {},
|
'kwds': {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue