diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-10 08:05:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-10 08:05:19 (GMT) |
commit | 9df8a1c1126e5db933300495974c06dcb592528e (patch) | |
tree | f392c34bd7d5f8bb8bc8b4910837344923326daa /Misc | |
parent | d860d5cf6da3feec422e2665a8e2acbbd35e75ab (diff) | |
download | cpython-9df8a1c1126e5db933300495974c06dcb592528e.zip cpython-9df8a1c1126e5db933300495974c06dcb592528e.tar.gz cpython-9df8a1c1126e5db933300495974c06dcb592528e.tar.bz2 |
Issue #19481: print() of string subclass instance in IDLE no more hangs.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -106,6 +106,11 @@ Library - Issue #19286: Directories in ``package_data`` are no longer added to the filelist, preventing failure outlined in the ticket. +IDLE +---- + +- Issue #19481: print() of string subclass instance in IDLE no more hangs. + Tests ----- |