mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix issue #14315: The zipfile module now ignores extra fields in the central
directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools.
This commit is contained in:
parent
58cfdd8af8
commit
0af8a86be8
3 changed files with 21 additions and 1 deletions
|
|
@ -18,6 +18,11 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #14315: The zipfile module now ignores extra fields in the central
|
||||
directory that are too short to be parsed instead of letting a struct.unpack
|
||||
error bubble up as this "bad data" appears in many real world zip files in
|
||||
the wild and is ignored by other zip tools.
|
||||
|
||||
- Issue #21402: tkinter.ttk now works when default root window is not set.
|
||||
|
||||
- Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue