summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-04-01 09:35:20 (GMT)
committerGitHub <noreply@github.com>2019-04-01 09:35:20 (GMT)
commit10654c19b5e6efdf3c529ff9bf7bcab89bdca1c1 (patch)
treeca75a763dce4e28e32ea396acb12665f6cf2cfe5 /Misc
parent62f9588663ebfea1735e9d142ef527395a6c2b95 (diff)
downloadcpython-10654c19b5e6efdf3c529ff9bf7bcab89bdca1c1.zip
cpython-10654c19b5e6efdf3c529ff9bf7bcab89bdca1c1.tar.gz
cpython-10654c19b5e6efdf3c529ff9bf7bcab89bdca1c1.tar.bz2
bpo-20844: open script file with "rb" mode (GH-12616)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-03-29-18-47-50.bpo-20844.ge-7SM.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-03-29-18-47-50.bpo-20844.ge-7SM.rst b/Misc/NEWS.d/next/Core and Builtins/2019-03-29-18-47-50.bpo-20844.ge-7SM.rst
new file mode 100644
index 0000000..22a400a
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2019-03-29-18-47-50.bpo-20844.ge-7SM.rst
@@ -0,0 +1,2 @@
+Fix running script with encoding cookie and LF line ending
+may fail on Windows.