]> granicus.if.org Git - python/commit
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 12 Feb 2018 19:58:26 +0000 (14:58 -0500)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2018 19:58:26 +0000 (14:58 -0500)
commitf34e03ec0ea6a4cef8d966087c77e616c4a5893b
tree5667d6d784923c9ea23ee414a4645bd37e133a6f
parent7766b96ab80b04509bbac708ee5ecf3c1c5934fc
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.
Lib/idlelib/idle_test/test_help_about.py
Misc/NEWS.d/next/IDLE/2018-02-12-11-05-22.bpo-32826.IxNZrk.rst [new file with mode: 0644]