mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
dd754caf14
commit
2e43b64c94
4 changed files with 15 additions and 1 deletions
|
@ -210,7 +210,7 @@ class ConfigDialog(Toplevel):
|
|||
"""
|
||||
page = self.note.tab(self.note.select(), option='text').strip()
|
||||
view_text(self, title='Help for IDLE preferences',
|
||||
text=help_common+help_pages.get(page, ''))
|
||||
contents=help_common+help_pages.get(page, ''))
|
||||
|
||||
def deactivate_current_config(self):
|
||||
"""Remove current key bindings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue