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

Fix the name of Tkinter's adderrorinfo method #75854

Closed
serhiy-storchaka opened this issue Oct 3, 2017 · 3 comments
Closed

Fix the name of Tkinter's adderrorinfo method #75854

serhiy-storchaka opened this issue Oct 3, 2017 · 3 comments
Assignees
Labels
3.7 (EOL) end of life topic-tkinter type-bug An unexpected behavior, bug, or error

Comments

@serhiy-storchaka
Copy link
Member

BPO 31673
Nosy @serhiy-storchaka
PRs
  • bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). #3864
  • [3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (GH-3864). #3873
  • 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/serhiy-storchaka'
    closed_at = <Date 2017-10-03.21:44:46.299>
    created_at = <Date 2017-10-03.11:35:06.584>
    labels = ['3.7', 'type-bug', 'expert-tkinter']
    title = "Fix the name of Tkinter's adderrorinfo method"
    updated_at = <Date 2017-10-03.21:44:46.298>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-10-03.21:44:46.298>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-10-03.21:44:46.299>
    closer = 'serhiy.storchaka'
    components = ['Tkinter']
    creation = <Date 2017-10-03.11:35:06.584>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31673
    keywords = ['patch']
    message_count = 3.0
    messages = ['303597', '303638', '303641']
    nosy_count = 1.0
    nosy_names = ['serhiy.storchaka']
    pr_nums = ['3864', '3873']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue31673'
    versions = ['Python 3.6', 'Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    When the _tkinter module was converted to Argument Clinic in bpo-20168, the name of the adderrorinfo method was written as "adderrinfo". This error was left unnoticed because there are no tests for this method besides bigmem tests. Today I have ran bigmem tests first time (they require 64-bit system and large amount of memory) and have found this typo. Seems these tests are not ran on any buildbots.

    @serhiy-storchaka serhiy-storchaka added the 3.7 (EOL) end of life label Oct 3, 2017
    @serhiy-storchaka serhiy-storchaka self-assigned this Oct 3, 2017
    @serhiy-storchaka serhiy-storchaka added topic-tkinter type-bug An unexpected behavior, bug, or error labels Oct 3, 2017
    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 929b40a by Serhiy Storchaka in branch 'master':
    bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (bpo-3864)
    929b40a

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset fcc832a by Serhiy Storchaka in branch '3.6':
    [3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (GH-3864). (bpo-3873)
    fcc832a

    @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 topic-tkinter type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant