]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
note for r60121
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 20 Jan 2008 01:26:04 +0000 (01:26 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 20 Jan 2008 01:26:04 +0000 (01:26 +0000)
Misc/NEWS

index fcc56b4dacbf965dbea69d8edaf61ea72315e1fe..3d70408f0837c61fc2d00c036df2cc27d3c7aeb7 100644 (file)
--- 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.