There was an error while loading. Please reload this page.
1 parent ff450f7 commit e675118Copy full SHA for e675118
2 files changed
Misc/ACKS
@@ -83,6 +83,7 @@ Dick Bulterman
83
Bill Bumgarner
84
Tommy Burnette
85
Roger Burnham
86
+Jimmy Burgett
87
Alastair Burt
88
Tarn Weisner Burton
89
Lee Busby
Misc/NEWS
@@ -26,6 +26,10 @@ Extension modules
26
Library
27
-------
28
29
+- bug #679953: zipfile.py should now work for files over 2 GB. The packed data
30
+ for file sizes (compressed and uncompressed) was being stored as signed
31
+ instead of unsigned.
32
+
33
- decimal.py now only uses signals in the spec. The other conditions are
34
no longer part of the public API.
35
0 commit comments