commit | 2515a28230b1a011205f30263da6b01c6bd167a3 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jun 30 03:18:22 2020 +0300 |
committer | GitHub <noreply@github.com> | Mon Jun 29 20:18:22 2020 -0400 |
tree | 1553cd5aba21acc96c84d79d0c462b248dcc6b35 | |
parent | dd8a93e23b5c4f9290e1cea6183d97eb9b5e61c0 [diff] [blame] |
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index c270fcb..7ae29af 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ ====================================== +bpo-41152: The encoding of ``stdin``, ``stdout`` and ``stderr`` in IDLE +is now always UTF-8. + bpo-41144: Make Open Module open a special module such as os.path. bpo-40723: Make test_idle pass when run after import.