backport r60116 - fix zipfile to work with archives having file
headers beyond the signed 2**31 byte boundary.
diff --git a/Misc/NEWS b/Misc/NEWS
index 294ab87..984a692 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,9 @@
Library
-------
+- #1189216: Fix the zipfile module to work on archives with headers
+ past the 2**31 byte boundary.
+
- Issue #1336: fix a race condition in subprocess.Popen if the garbage
collector kicked in at the wrong time that would cause the process
to hang when the child wrote to stderr.