[New-bugs-announce] [issue17681] Work with an extra field of gzip files

Serhiy Storchaka report at bugs.python.org
Tue Apr 9 17:03:01 CEST 2013


New submission from Serhiy Storchaka:

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.

----------
components: Library (Lib)
messages: 186423
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Work with an extra field of gzip files
type: enhancement
versions: Python 3.4

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


More information about the New-bugs-announce mailing list