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 rhpvorderman
Recipients Ericg, iritkatriel, martin.panter, nczeczulin, ned.deily, rhpvorderman
Date 2021-11-29.14:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638196670.27.0.301607125674.issue24301@roundup.psfhosted.org>
In-reply-to
Content
From the spec:

https://datatracker.ietf.org/doc/html/rfc1952


   2.2. File format

      A gzip file consists of a series of "members" (compressed data
      sets).  The format of each member is specified in the following
      section.  The members simply appear one after another in the file,
      with no additional information before, between, or after them.


Gzip files with garbage after them are corrupted or not spec compliant. Therefore the gzip module should raise an error in this case.
History
Date User Action Args
2021-11-29 14:37:50rhpvordermansetrecipients: + rhpvorderman, ned.deily, martin.panter, Ericg, nczeczulin, iritkatriel
2021-11-29 14:37:50rhpvordermansetmessageid: <1638196670.27.0.301607125674.issue24301@roundup.psfhosted.org>
2021-11-29 14:37:50rhpvordermanlinkissue24301 messages
2021-11-29 14:37:50rhpvordermancreate