summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE/2019-10-04-18-03-09.bpo-36698.BKcmom.rst
blob: 5aaa3c92646a101ea6bf72be34ab3847d5b01ee5 (plain)
1
2
3
IDLE no longer fails when write non-encodable characters to stderr.  It now
escapes them with a backslash, as the regular Python interpreter. Added the
``errors`` field to the standard streams.