summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2016-05-16 19:40:38 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2016-05-16 19:40:38 (GMT)
commit82d9a2e1fecea7552307392ea0b0fa46d600409a (patch)
treef95b3090efd570c26e87ca424a023c0effd3af0b /Doc
parent8ace2c66d35cf4cbb2d4a6383e33c0bb96448ecb (diff)
parent2e208b7d6280ef26483f7244006832fad8e4ec89 (diff)
downloadcpython-82d9a2e1fecea7552307392ea0b0fa46d600409a.zip
cpython-82d9a2e1fecea7552307392ea0b0fa46d600409a.tar.gz
cpython-82d9a2e1fecea7552307392ea0b0fa46d600409a.tar.bz2
Merge heads
Diffstat (limited to 'Doc')
-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
=====================