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 <rep...@bugs.python.org> <http://bugs.python.org/issue27031> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com