Issue #19481: print() of string subclass instance in IDLE no more hangs.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Dec 2013 08:05:19 +0000 (10:05 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Dec 2013 08:05:19 +0000 (10:05 +0200)
commit9df8a1c1126e5db933300495974c06dcb592528e
treef392c34bd7d5f8bb8bc8b4910837344923326daa
parentd860d5cf6da3feec422e2665a8e2acbbd35e75ab
Issue #19481: print() of string subclass instance in IDLE no more hangs.
Lib/idlelib/PyShell.py
Misc/NEWS