summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-12-03 09:15:02 (GMT)
committerGitHub <noreply@github.com>2018-12-03 09:15:02 (GMT)
commit0f9b6687eb8b26dd804abcc6efd4d6430ae16f24 (patch)
treeae10652ac48ab1e41fb0b1c9a0f6cbde41b496ea /Misc/NEWS.d
parentf65ede3f8fa08493facf48177540d0ec26e59560 (diff)
downloadcpython-0f9b6687eb8b26dd804abcc6efd4d6430ae16f24.zip
cpython-0f9b6687eb8b26dd804abcc6efd4d6430ae16f24.tar.gz
cpython-0f9b6687eb8b26dd804abcc6efd4d6430ae16f24.tar.bz2
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
(cherry picked from commit 4013c179117754b039957db4730880bf3285919d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-12-01-19-20-53.bpo-35372.RwVJjZ.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-12-01-19-20-53.bpo-35372.RwVJjZ.rst b/Misc/NEWS.d/next/Core and Builtins/2018-12-01-19-20-53.bpo-35372.RwVJjZ.rst
new file mode 100644
index 0000000..dc2de44
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-12-01-19-20-53.bpo-35372.RwVJjZ.rst
@@ -0,0 +1,2 @@
+Fixed the code page decoder for input longer than 2 GiB containing
+undecodable bytes.