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 martin.panter
Recipients BreamoreBoy, bartolsthoorn, lars.gustaebel, martin.panter
Date 2015-03-23.01:15:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427073334.05.0.397999581584.issue22468@psf.upfronthosting.co.za>
In-reply-to
Content
I think a warning in the documentation might be helpful.

However a special check in the code doesn’t seem right. Would you check for LZMAFile and BZ2File as well? Some of the other attributes (modification time, owner, etc) may be useful even for a GzipFile, and the programmer can just overwrite the file size attribute if necessary.
History
Date User Action Args
2015-03-23 01:15:34martin.pantersetrecipients: + martin.panter, lars.gustaebel, BreamoreBoy, bartolsthoorn
2015-03-23 01:15:34martin.pantersetmessageid: <1427073334.05.0.397999581584.issue22468@psf.upfronthosting.co.za>
2015-03-23 01:15:34martin.panterlinkissue22468 messages
2015-03-23 01:15:33martin.pantercreate