…t. (pythonGH-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. (cherry picked from commit f34e03e) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
|
@terryjreedy: Backport status check is done, and it's a success ✅ . |
|
Thanks! |
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.
(cherry picked from commit f34e03e)
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu
https://bugs.python.org/issue32826