[New-bugs-announce] [issue38635] Simplify decoding the ZIP64 extra field and make it tolerant to extra data

Serhiy Storchaka report at bugs.python.org
Tue Oct 29 16:35:00 EDT 2019


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The decoding code can be much shorter and efficient.

Also, the Info-ZIP unzip utility is tolerant to extra bytes. We can be too.

----------
components: Library (Lib)
messages: 355676
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Simplify decoding the ZIP64 extra field and make it tolerant to extra data
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38635>
_______________________________________


More information about the New-bugs-announce mailing list