[issue17681] Work with an extra field of gzip and zip files

Benjamin Sergeant report at bugs.python.org
Wed May 5 19:33:10 EDT 2021


Benjamin Sergeant <bsergean at gmail.com> added the comment:

type Header struct {
    Comment string    // comment
    Extra   []byte    // "extra data"
    ModTime time.Time // modification time
    Name    string    // file name
    OS      byte      // operating system type
}

This is what the header/extra things look like for reference.

----------

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


More information about the Python-bugs-list mailing list