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 ddevault
Recipients ddevault
Date 2020-01-15.20:27:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579120058.89.0.688292733504.issue39346@roundup.psfhosted.org>
In-reply-to
Content
A gzip file can have uncompressed data written to it, writing compressed data to the underlying file. It can also have uncompressed data read from it, reading compressed data from the underlying file.

However, it does not support reading compressed data from an underlying uncompressed file, nor writing compressed data to an underlying uncompressed file.

This makes it impossible to, for example, obtain an arbitrary file-like object and produce another file-like object which transparently compresses data read from the first.
History
Date User Action Args
2020-01-15 20:27:38ddevaultsetrecipients: + ddevault
2020-01-15 20:27:38ddevaultsetmessageid: <1579120058.89.0.688292733504.issue39346@roundup.psfhosted.org>
2020-01-15 20:27:38ddevaultlinkissue39346 messages
2020-01-15 20:27:38ddevaultcreate