summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-30 00:36:46 (GMT)
committerGitHub <noreply@github.com>2020-06-30 00:36:46 (GMT)
commit01638ce51a63afe5af3f778e7403702703bb41b9 (patch)
treeba86e00c938703da400ecd6a0505235c4513545a /Misc
parent9a646aa82dfa62d70ca2a99ada901ee6cf9f82bd (diff)
downloadcpython-01638ce51a63afe5af3f778e7403702703bb41b9.zip
cpython-01638ce51a63afe5af3f778e7403702703bb41b9.tar.gz
cpython-01638ce51a63afe5af3f778e7403702703bb41b9.tar.bz2
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
(cherry picked from commit 2515a28230b1a011205f30263da6b01c6bd167a3) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2020-06-29-14-51-15.bpo-41152.d6mV0C.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-06-29-14-51-15.bpo-41152.d6mV0C.rst b/Misc/NEWS.d/next/IDLE/2020-06-29-14-51-15.bpo-41152.d6mV0C.rst
new file mode 100644
index 0000000..434be10
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2020-06-29-14-51-15.bpo-41152.d6mV0C.rst
@@ -0,0 +1,2 @@
+The encoding of ``stdin``, ``stdout`` and ``stderr`` in IDLE is now always
+UTF-8.