Skip to content
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

Closed
ZackerySpytz mannequin opened this issue Dec 14, 2019 · 6 comments
Closed

The "Help" button in IDLE's config dialog does not work #83231

ZackerySpytz mannequin opened this issue Dec 14, 2019 · 6 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@ZackerySpytz
Copy link
Mannequin

ZackerySpytz mannequin commented Dec 14, 2019

BPO 39050
Nosy @terryjreedy, @ZackerySpytz, @miss-islington
PRs
  • bpo-39050: The Help button in IDLE's config menu does not work #17611
  • [3.7] bpo-39050: The Help button in IDLE's config menu works again (GH-17611) #18136
  • [3.8] bpo-39050: The Help button in IDLE's config menu works again (GH-17611) #18137
  • 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:

    assignee = 'https://github.com/terryjreedy'
    closed_at = <Date 2020-03-02.12:36:28.667>
    created_at = <Date 2019-12-14.22:01:41.160>
    labels = ['3.8', 'expert-IDLE', 'type-bug', '3.7', '3.9']
    title = 'The "Help" button in IDLE\'s config dialog does not work'
    updated_at = <Date 2020-05-24.12:38:02.125>
    user = 'https://github.com/ZackerySpytz'

    bugs.python.org fields:

    activity = <Date 2020-05-24.12:38:02.125>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2020-03-02.12:36:28.667>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2019-12-14.22:01:41.160>
    creator = 'ZackerySpytz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39050
    keywords = ['patch']
    message_count = 6.0
    messages = ['358408', '360536', '360537', '360538', '363148', '369797']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'ZackerySpytz', 'miss-islington']
    pr_nums = ['17611', '18136', '18137']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue39050'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @ZackerySpytz
    Copy link
    Mannequin Author

    ZackerySpytz mannequin commented Dec 14, 2019

    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 ZackerySpytz mannequin added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Dec 14, 2019
    @ZackerySpytz ZackerySpytz mannequin added 3.7 (EOL) end of life topic-IDLE 3.8 only security fixes type-bug An unexpected behavior, bug, or error 3.9 only security fixes labels Dec 14, 2019
    @ZackerySpytz ZackerySpytz mannequin added topic-IDLE type-bug An unexpected behavior, bug, or error labels Dec 14, 2019
    @terryjreedy
    Copy link
    Member

    New changeset 2e43b64 by Terry Jan Reedy (Zackery Spytz) in branch 'master':
    bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
    2e43b64

    @miss-islington
    Copy link
    Contributor

    New changeset ba83d1e by Miss Islington (bot) in branch '3.7':
    bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
    ba83d1e

    @miss-islington
    Copy link
    Contributor

    New changeset 3b76188 by Miss Islington (bot) in branch '3.8':
    bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
    3b76188

    @ZackerySpytz
    Copy link
    Mannequin Author

    ZackerySpytz mannequin commented Mar 2, 2020

    Terry, should this issue remain open?

    @terryjreedy
    Copy link
    Member

    closed

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    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 only security fixes 3.9 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants