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

2016-07-04 Thread ppperry
Changes by ppperry : -- versions: -Python 2.7, Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

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

2016-07-04 Thread Josh Triplett
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