From: Serhiy Storchaka Date: Mon, 24 Oct 2016 20:49:51 +0000 (+0300) Subject: Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin X-Git-Tag: v3.7.0a1~2147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19aef9c24e7903899f91bb62857f0f65617bd9fa;p=thirdparty%2FPython%2Fcpython.git Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin a workaround to Tix library bug. --- 19aef9c24e7903899f91bb62857f0f65617bd9fa diff --cc Misc/NEWS index 2eea9582d6e2,5f005206f7d3..133949e45778 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -16,6 -16,16 +16,9 @@@ Core and Builtin - Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception loss in PyTraceBack_Here(). -- Issue #28471: Fix "Python memory allocator called without holding the GIL" - crash in socket.setblocking. - - -Library -------- - + - Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin + a workaround to Tix library bug. + - Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. - Issue #25953: re.sub() now raises an error for invalid numerical group