cpython/Misc/NEWS.d/next/IDLE/2018-02-12-11-05-22.bpo-328...

6 lines
298 B
ReStructuredText

Add "encoding=utf-8" to open() in IDLE's test_help_about.
GUI test test_file_buttons() only looks at initial ascii-only lines,
but failed on systems where open() defaults to 'ascii' because
readline() internally reads and decodes far enough ahead to encounter
a non-ascii character in CREDITS.txt.