commit | f34e03ec0ea6a4cef8d966087c77e616c4a5893b | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Mon Feb 12 14:58:26 2018 -0500 |
committer | GitHub <noreply@github.com> | Mon Feb 12 14:58:26 2018 -0500 |
tree | 5667d6d784923c9ea23ee414a4645bd37e133a6f | |
parent | 7766b96ab80b04509bbac708ee5ecf3c1c5934fc [diff] |
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.