This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2016-05-15.18:53:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463338391.3.0.784874070077.issue27031@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-05-15 18:53:11serhiy.storchakasetrecipients: + serhiy.storchaka
2016-05-15 18:53:11serhiy.storchakasetmessageid: <1463338391.3.0.784874070077.issue27031@psf.upfronthosting.co.za>
2016-05-15 18:53:11serhiy.storchakalinkissue27031 messages
2016-05-15 18:53:11serhiy.storchakacreate