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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2013-04-09.15:03:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365519781.38.0.309194725625.issue17681@psf.upfronthosting.co.za>
In-reply-to
Content
Gzip files can contains an extra field and some applications use this for extending gzip format. The current GzipFile implementation ignores this field on input and doesn't allow to create a new file with an extra field.

I propose to save an extra field data on reading as a GzipFile attribute and add new parameter for GzipFile constructor for creating new file with an extra field.
History
Date User Action Args
2013-04-09 15:03:01serhiy.storchakasetrecipients: + serhiy.storchaka
2013-04-09 15:03:01serhiy.storchakasetmessageid: <1365519781.38.0.309194725625.issue17681@psf.upfronthosting.co.za>
2013-04-09 15:03:01serhiy.storchakalinkissue17681 messages
2013-04-09 15:03:01serhiy.storchakacreate