mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 53c7808057
)
Co-authored-by: Wes <5124946+wesinator@users.noreply.github.com>
This commit is contained in:
parent
e4a6e54902
commit
a1869e385b
4 changed files with 7 additions and 2 deletions
|
@ -77,8 +77,8 @@ AboutDialog_spec = {
|
|||
'kwds': {'title': 'help_about test',
|
||||
'_htest': True,
|
||||
},
|
||||
'msg': "Test every button. Ensure Python, TK and IDLE versions "
|
||||
"are correctly displayed.\n [Close] to exit.",
|
||||
'msg': "Click on URL to open in default browser.\n"
|
||||
"Verify x.y.z versions and test each button, including Close.\n "
|
||||
}
|
||||
|
||||
# TODO implement ^\; adding '<Control-Key-\\>' to function does not work.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue