summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-07-10 19:13:42 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-07-10 19:13:42 (GMT)
commite67511809b656d0ec4506a01f8c961211d833490 (patch)
tree63cc222fb82b9ba60531857c3d763970055ea135
parentff450f7512900eb883576109b53f0aa3ebc76a0a (diff)
downloadcpython-e67511809b656d0ec4506a01f8c961211d833490.zip
cpython-e67511809b656d0ec4506a01f8c961211d833490.tar.gz
cpython-e67511809b656d0ec4506a01f8c961211d833490.tar.bz2
Add note about closing of bug #679953 and add Jimmy Burgett for helping out to
Misc/ACKS.
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index e67b754..f3ac4ce 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 21f5403..2a16fcc 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.