mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
Add note about closing of bug #679953 and add Jimmy Burgett for helping out to
Misc/ACKS.
This commit is contained in:
parent
ff450f7512
commit
e67511809b
2 changed files with 5 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ Dick Bulterman
|
||||||
Bill Bumgarner
|
Bill Bumgarner
|
||||||
Tommy Burnette
|
Tommy Burnette
|
||||||
Roger Burnham
|
Roger Burnham
|
||||||
|
Jimmy Burgett
|
||||||
Alastair Burt
|
Alastair Burt
|
||||||
Tarn Weisner Burton
|
Tarn Weisner Burton
|
||||||
Lee Busby
|
Lee Busby
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,10 @@ Extension modules
|
||||||
Library
|
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
|
- decimal.py now only uses signals in the spec. The other conditions are
|
||||||
no longer part of the public API.
|
no longer part of the public API.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue