summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-16 19:35:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-16 19:35:46 (GMT)
commit2e208b7d6280ef26483f7244006832fad8e4ec89 (patch)
tree601bc297627787c7465b4e243fbd38ea0e84de8e /Doc/whatsnew
parent7c3ac2d1f82ed44a90de34d5bc6424c64b19ce68 (diff)
downloadcpython-2e208b7d6280ef26483f7244006832fad8e4ec89.zip
cpython-2e208b7d6280ef26483f7244006832fad8e4ec89.tar.gz
cpython-2e208b7d6280ef26483f7244006832fad8e4ec89.tar.bz2
Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
and tk_bindForTraversal().
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.6.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index bad0f9e..ce0ce82 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -489,6 +489,10 @@ API and Feature Removals
:mod:`traceback` module. They were undocumented methods deprecated since
Python 3.2 and equivalent functionality is available from private methods.
+* The ``tk_menuBar()`` and ``tk_bindForTraversal()`` dummy methods in
+ :mod:`tkinter` widget classes were removed (corresponding Tk commands
+ were obsolete since Tk 4.0).
+
Porting to Python 3.6
=====================