From: Gregory P. Smith Date: Sun, 20 Jan 2008 01:26:04 +0000 (+0000) Subject: note for r60121 X-Git-Tag: v2.6a1~511 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f25680afd0df91a6e9025f9813bf53614dda5f25;p=thirdparty%2FPython%2Fcpython.git note for r60121 --- diff --git a/Misc/NEWS b/Misc/NEWS index fcc56b4dacbf..3d70408f0837 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -369,6 +369,9 @@ Core and builtins Library ------- +- Issue #1003: Fix zipfile decryption check, it would fail zip files + with extended local headers. + - #1189216: Fix the zipfile module to work on archives with headers past the 2**31 byte boundary.