[New-bugs-announce] [issue27031] Remove interface to obsolete Tk commands

Serhiy Storchaka report at bugs.python.org
Sun May 15 14:53:11 EDT 2016


New submission from Serhiy Storchaka:

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 issue22061.

----------
components: Library (Lib), Tkinter
files: tkinter_remove_deprecated.patch
keywords: patch
messages: 265642
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Remove interface to obsolete Tk commands
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42863/tkinter_remove_deprecated.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27031>
_______________________________________


More information about the New-bugs-announce mailing list