]> granicus.if.org Git - python/commitdiff
Add note about closing of bug #679953 and add Jimmy Burgett for helping out to
authorBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 19:13:42 +0000 (19:13 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 19:13:42 +0000 (19:13 +0000)
Misc/ACKS.

Misc/ACKS
Misc/NEWS

index e67b75441495b2e0260a72c1b94c6ef9b441134d..f3ac4cee524891d674df4392d548fcb2b19c88c7 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -83,6 +83,7 @@ Dick Bulterman
 Bill Bumgarner
 Tommy Burnette
 Roger Burnham
+Jimmy Burgett
 Alastair Burt
 Tarn Weisner Burton
 Lee Busby
index 21f54032821aa1ceaa3bc5c9cfb73f566b6aaea6..2a16fcc58c309064e0f67e2aac9700ecd803185a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,10 @@ Extension modules
 Library
 -------
 
+- bug #679953: zipfile.py should now work for files over 2 GB.  The packed data
+  for file sizes (compressed and uncompressed) was being stored as signed
+  instead of unsigned.
+
 - decimal.py now only uses signals in the spec.  The other conditions are
   no longer part of the public API.