commit | 7057f3fa4db3df28148c6b764e92789b07271689 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 10 10:04:41 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 10 10:04:41 2013 +0200 |
tree | fdda54370bf8c4db2b71b277b655a68d9a257dc2 | |
parent | 7821ff3789d4a0f8dbf3c51320ba89f34f818769 [diff] [blame] |
Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE no more hangs.
diff --git a/Misc/NEWS b/Misc/NEWS index 8ac5672..30b7967 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -68,6 +68,12 @@ - Issue #19286: Directories in ``package_data`` are no longer added to the filelist, preventing failure outlined in the ticket. +IDLE +---- + +- Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE + no more hangs. + Tests -----