summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@dropbox.com>2016-05-18 15:36:16 (GMT)
committerGuido van Rossum <guido@dropbox.com>2016-05-18 15:36:16 (GMT)
commitc41c70fd9bcdd9424e4f5ffa55227641152c77c0 (patch)
treee26d33959d5811f3fc79196adcfe709e3eb104bb /Misc
parentc9736b4bdf7524b1ba5052cbce8cfa0347b04ae0 (diff)
parent1cea70f08c0b6aa3fccb246416b367e9afc1932a (diff)
downloadcpython-c41c70fd9bcdd9424e4f5ffa55227641152c77c0.zip
cpython-c41c70fd9bcdd9424e4f5ffa55227641152c77c0.tar.gz
cpython-c41c70fd9bcdd9424e4f5ffa55227641152c77c0.tar.bz2
Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cd2d2d..1115236 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -297,6 +297,8 @@ Core and Builtins
Library
-------
+- Issue #27014: Fix infinite recursion using typing.py. Thanks to Kalle Tuure!
+
- Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
and tk_bindForTraversal().