summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-10 08:05:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-10 08:05:19 (GMT)
commit9df8a1c1126e5db933300495974c06dcb592528e (patch)
treef392c34bd7d5f8bb8bc8b4910837344923326daa /Misc
parentd860d5cf6da3feec422e2665a8e2acbbd35e75ab (diff)
downloadcpython-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c0c543a..535c3af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----