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 <[email protected]>
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: <[email protected]>
2015-03-23 01:15:34martin.panterlinkissue22468 messages
2015-03-23 01:15:33martin.pantercreate