SIGN IN SIGN UP

bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)

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.
T
Terry Jan Reedy committed
f34e03ec0ea6a4cef8d966087c77e616c4a5893b
Parent: 7766b96
Committed by GitHub <noreply@github.com> on 2/12/2018, 7:58:26 PM