This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author joshtriplett
Recipients joshtriplett
Date 2016-07-04.20:04:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467662658.73.0.679022780479.issue27451@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-07-04 20:04:18joshtriplettsetrecipients: + joshtriplett
2016-07-04 20:04:18joshtriplettsetmessageid: <1467662658.73.0.679022780479.issue27451@psf.upfronthosting.co.za>
2016-07-04 20:04:18joshtriplettlinkissue27451 messages
2016-07-04 20:04:18joshtriplettcreate