mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-66819: More IDLE htest updates(3) (#112683)
Revise spec-callable pairs from percolator to end.
This commit is contained in:
parent
09505c5c26
commit
5a1b5316af
6 changed files with 27 additions and 26 deletions
|
@ -190,6 +190,13 @@ HelpSource_spec = {
|
|||
"<Escape>, [Cancel], or [X] prints None to shell"
|
||||
}
|
||||
|
||||
_helpwindow_spec = {
|
||||
'file': 'help',
|
||||
'kwds': {},
|
||||
'msg': "If the help text displays, this works.\n"
|
||||
"Text is selectable. Window is scrollable."
|
||||
}
|
||||
|
||||
_io_binding_spec = {
|
||||
'file': 'iomenu',
|
||||
'kwds': {},
|
||||
|
@ -312,14 +319,7 @@ _scrolled_list_spec = {
|
|||
"Right clicking an item will display a popup."
|
||||
}
|
||||
|
||||
show_idlehelp_spec = {
|
||||
'file': 'help',
|
||||
'kwds': {},
|
||||
'msg': "If the help text displays, this works.\n"
|
||||
"Text is selectable. Window is scrollable."
|
||||
}
|
||||
|
||||
_stack_viewer_spec = {
|
||||
_stackbrowser_spec = {
|
||||
'file': 'stackviewer',
|
||||
'kwds': {},
|
||||
'msg': "A stacktrace for a NameError exception.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue