Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-f34e03e-3.7
Feb 12, 2018
Merged

[3.7] bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)#5642
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-f34e03e-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Feb 12, 2018

Copy link
Copy Markdown
Contributor

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

…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>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@terryjreedy: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 38b4dd7 into python:3.7 Feb 12, 2018
@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-f34e03e-3.7 branch February 12, 2018 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants