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

Remove interface to obsolete Tk commands #71218

Closed
serhiy-storchaka opened this issue May 15, 2016 · 3 comments
Closed

Remove interface to obsolete Tk commands #71218

serhiy-storchaka opened this issue May 15, 2016 · 3 comments
Labels
stdlib Python modules in the Lib dir topic-tkinter type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 27031
Nosy @terryjreedy, @serhiy-storchaka
Files
  • tkinter_remove_deprecated.patch
  • 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 = None
    closed_at = <Date 2016-05-16.19:36:55.185>
    created_at = <Date 2016-05-15.18:53:11.268>
    labels = ['expert-tkinter', 'type-feature', 'library']
    title = 'Remove interface to obsolete Tk commands'
    updated_at = <Date 2016-05-16.19:36:55.184>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2016-05-16.19:36:55.184>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-05-16.19:36:55.185>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)', 'Tkinter']
    creation = <Date 2016-05-15.18:53:11.268>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['42863']
    hgrepos = []
    issue_num = 27031
    keywords = ['patch']
    message_count = 3.0
    messages = ['265642', '265713', '265729']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue27031'
    versions = ['Python 3.6']

    @serhiy-storchaka
    Copy link
    Member Author

    Proposed patch removes the tk_menuBar() and tk_bindForTraversal() dummy methods in Tkinter widget classes. Previously these methods called commands that were obsolete since Tk 4.0. The deprecation was added in all branches in bpo-22061.

    @serhiy-storchaka serhiy-storchaka added stdlib Python modules in the Lib dir topic-tkinter type-feature A feature request or enhancement labels May 15, 2016
    @terryjreedy
    Copy link
    Member

    Since the deprecation notice said 'will be removed in 3.6', go ahead ;-).

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented May 16, 2016

    New changeset 774367d21bf3 by Serhiy Storchaka in branch 'default':
    Issue bpo-27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
    https://hg.python.org/cpython/rev/774367d21bf3

    @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
    stdlib Python modules in the Lib dir topic-tkinter type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants