From: Serhiy Storchaka Date: Thu, 5 Sep 2013 14:16:12 +0000 (+0300) Subject: Issue #18830: inspect.getclasstree() no more produces duplicated entries even X-Git-Tag: v3.4.0a2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e0d82cece755018a022acd5d1f7c0eb890e03db;p=python Issue #18830: inspect.getclasstree() no more produces duplicated entries even when input list contains duplicates. --- 1e0d82cece755018a022acd5d1f7c0eb890e03db diff --cc Misc/NEWS index 5d6489f887,66fc600f29..8b6aa564f7 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -54,9 -66,9 +54,12 @@@ Core and Builtin Library ------- + - Issue #18830: inspect.getclasstree() no more produces duplicated entries even + when input list contains duplicates. + +- Issue #18878: sunau.open now supports the context manager protocol. Based on + patches by Claudiu Popa and R. David Murray. + - Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast 64-bit pointer to long (32 bits).