From: Guido van Rossum Date: Wed, 18 May 2016 15:36:16 +0000 (-0700) Subject: Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) X-Git-Tag: v3.6.0a2~266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c41c70fd9bcdd9424e4f5ffa55227641152c77c0;p=thirdparty%2FPython%2Fcpython.git Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) --- c41c70fd9bcdd9424e4f5ffa55227641152c77c0 diff --cc Misc/NEWS index 8cd2d2d8e0d7,8d91d7882a9a..11152361e003 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -297,9 -122,9 +297,11 @@@ Core and Builtin 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(). + - Issue #14132: Fix urllib.request redirect handling when the target only has a query string. Original fix by Ján Janech.