summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
parent8ace2c66d35cf4cbb2d4a6383e33c0bb96448ecb (diff)
parent2e208b7d6280ef26483f7244006832fad8e4ec89 (diff)
downloadcpython-82d9a2e1fecea7552307392ea0b0fa46d600409a.zip
cpython-82d9a2e1fecea7552307392ea0b0fa46d600409a.tar.gz
cpython-82d9a2e1fecea7552307392ea0b0fa46d600409a.tar.bz2
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9c2b39f..8dfee3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -280,6 +280,9 @@ Core and Builtins
Library
-------
+- Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
+ and tk_bindForTraversal().
+
- Issue #14132: Fix urllib.request redirect handling when the target only has
a query string. Original fix by Ján Janech.