summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-02-12 22:42:41 (GMT)
committerGitHub <noreply@github.com>2018-02-12 22:42:41 (GMT)
commit688722cedd6437910ff185ecf94fb3b749ad37f2 (patch)
treefb6bd49c0019cb3e84d27180d07a4b533e74134a /Misc/NEWS.d/next/IDLE
parentf34e03ec0ea6a4cef8d966087c77e616c4a5893b (diff)
downloadcpython-688722cedd6437910ff185ecf94fb3b749ad37f2.zip
cpython-688722cedd6437910ff185ecf94fb3b749ad37f2.tar.gz
cpython-688722cedd6437910ff185ecf94fb3b749ad37f2.tar.bz2
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
Using the system and place-dependent default encoding for open() is a bad idea for IDLE's system and location-independent files.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-02-12-17-22-48.bpo-32837.-33QPl.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-02-12-17-22-48.bpo-32837.-33QPl.rst b/Misc/NEWS.d/next/IDLE/2018-02-12-17-22-48.bpo-32837.-33QPl.rst
new file mode 100644
index 0000000..258536a
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-02-12-17-22-48.bpo-32837.-33QPl.rst
@@ -0,0 +1,2 @@
+Using the system and place-dependent default encoding for open() is a bad
+idea for IDLE's system and location-independent files.