diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-05 14:14:32 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-05 14:14:32 (GMT) |
commit | 362c1b513d5b7354f50dd2371d178c493d498a2f (patch) | |
tree | 652aa05e30d5ce3965505bd4a59263f3d72890bc /Misc | |
parent | e1040e276b11f21b7007c139269c38d5eba04f5e (diff) | |
download | cpython-362c1b513d5b7354f50dd2371d178c493d498a2f.zip cpython-362c1b513d5b7354f50dd2371d178c493d498a2f.tar.gz cpython-362c1b513d5b7354f50dd2371d178c493d498a2f.tar.bz2 |
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
when input list contains duplicates.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Core and Builtins 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). |