-
Miss Islington (bot) yazdı
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 f34e03ec) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>