From: Serhiy Storchaka Date: Wed, 9 Mar 2016 08:52:08 +0000 (+0200) Subject: Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. X-Git-Tag: v3.6.0a1~505 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d68f18656b451302739231393c7e7c282a23c98;p=thirdparty%2FPython%2Fcpython.git Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. --- 2d68f18656b451302739231393c7e7c282a23c98 diff --cc Misc/NEWS index d678a6986db0,b9641816efde..542af600053e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -201,14 -90,11 +201,16 @@@ Core and Builtin Library ------- + - Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. + -- Issue #15068: Got rid of excessive buffering in the fileinput module. - The bufsize parameter is no longer used. +- Issue #21042: Make ctypes.util.find_library() return the full path on + Linux, similar to other platforms. Patch by Tamás Bence Gedai. + +- Issue #15068: Got rid of excessive buffering in fileinput. + The bufsize parameter is now deprecated and ignored. + +- Issue #19475: Added an optional argument timespec to the datetime + isoformat() method to choose the precision of the time component. - Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls. Initial patch by Mathieu Dupuy.