summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>2020-11-03 21:32:59 (GMT)
committerGitHub <noreply@github.com>2020-11-03 21:32:59 (GMT)
commit9bc07874e34930d4e816a9a3330aab009404991e (patch)
treef1a9ed8f60cb4dad98b2f2e0028f1427a0f019c9 /Misc/NEWS.d/next/Library
parent6b7a90db362253d67201c2a438a3f38f1ec6180c (diff)
downloadcpython-9bc07874e34930d4e816a9a3330aab009404991e.zip
cpython-9bc07874e34930d4e816a9a3330aab009404991e.tar.gz
cpython-9bc07874e34930d4e816a9a3330aab009404991e.tar.bz2
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
(cherry picked from commit 212d32f45c91849c17a82750df1ac498d63976be) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-03-09-22-56.bpo-42249.vfNO2u.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-03-09-22-56.bpo-42249.vfNO2u.rst b/Misc/NEWS.d/next/Library/2020-11-03-09-22-56.bpo-42249.vfNO2u.rst
new file mode 100644
index 0000000..071a0fd
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-11-03-09-22-56.bpo-42249.vfNO2u.rst
@@ -0,0 +1 @@
+Fixed writing binary Plist files larger than 4 GiB.