New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "Help" button in IDLE's config dialog does not work #83231
Labels
3.7
only security fixes
3.8
only security fixes
3.9
only security fixes
topic-IDLE
type-bug
An unexpected behavior, bug, or error
Comments
When I click the button, I see a traceback. Exception in Tkinter callback
Traceback (most recent call last):
File "/home/lubuntu2/cpython/Lib/tkinter/__init__.py", line 1885, in __call__
return self.func(*args)
File "/home/lubuntu2/cpython/Lib/idlelib/configdialog.py", line 212, in help
view_text(self, title='Help for IDLE preferences',
TypeError: view_text() got an unexpected keyword argument 'text' It appears that this bug was introduced in bpo-37628 / 3221a63. |
Terry, should this issue remain open? |
closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.7
only security fixes
3.8
only security fixes
3.9
only security fixes
topic-IDLE
type-bug
An unexpected behavior, bug, or error
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: