From: Brett Cannon Date: Sat, 10 Jul 2004 19:13:42 +0000 (+0000) Subject: Add note about closing of bug #679953 and add Jimmy Burgett for helping out to X-Git-Tag: v2.4a2~331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e67511809b656d0ec4506a01f8c961211d833490;p=python Add note about closing of bug #679953 and add Jimmy Burgett for helping out to Misc/ACKS. --- diff --git a/Misc/ACKS b/Misc/ACKS index e67b754414..f3ac4cee52 100644 --- 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 diff --git a/Misc/NEWS b/Misc/NEWS index 21f5403282..2a16fcc58c 100644 --- 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.