-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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 (EOL)
end of life
3.8 (EOL)
end of life
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. |
ZackerySpytz
mannequin
added
3.7 (EOL)
end of life
3.8 (EOL)
end of life
3.9
only security fixes
labels
Dec 14, 2019
ZackerySpytz
mannequin
added
3.7 (EOL)
end of life
topic-IDLE
3.8 (EOL)
end of life
type-bug
An unexpected behavior, bug, or error
3.9
only security fixes
labels
Dec 14, 2019
ZackerySpytz
mannequin
added
topic-IDLE
type-bug
An unexpected behavior, bug, or error
labels
Dec 14, 2019
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 (EOL)
end of life
3.8 (EOL)
end of life
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: