[New-bugs-announce] [issue27451] gzip.py: Please save more of the gzip header for later examination

Josh Triplett report at bugs.python.org
Mon Jul 4 16:04:18 EDT 2016


New submission from Josh Triplett:

GzipFile currently reads and discards various fields from the gzip header, such as the original filename and timestamp.  Please consider reading all the fields of the gzip header into fields of the GzipFile instance, so that users of GzipFile can access these fields.

----------
components: Library (Lib)
messages: 269808
nosy: joshtriplett
priority: normal
severity: normal
status: open
title: gzip.py: Please save more of the gzip header for later examination
type: enhancement
versions: Python 2.7, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27451>
_______________________________________


More information about the New-bugs-announce mailing list