commit | 6db9e88effca95d6d48db243a05169b3ed79bc2d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 05 17:28:10 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 05 17:28:10 2013 +0300 |
tree | 898d65eb7459d06b012738206f3ec3d18163d413 | |
parent | 930c3c9e43dee8ad65f33d167b0c511cd22f6334 [diff] [blame] |
Issue #18830: inspect.getclasstree() no more produces duplicated entries even when input list contains duplicates.
diff --git a/Misc/NEWS b/Misc/NEWS index 14201ca..3bbced3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #18830: inspect.getclasstree() no more produces duplicated entries even + when input list contains duplicates. + - Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast 64-bit pointer to long (32 bits).