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 dhillier
Recipients dhillier
Date 2019-07-09.07:06:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562656011.62.0.508019848995.issue37523@roundup.psfhosted.org>
In-reply-to
Content
After closing a file object opened from a ZipFile, attempting i/o operations raises AttributeError because the underlying fd has been set to None. We should be raising ValueErrors consistent with io.FileIO behaviour.

Similar inconsistencies exist for the following operations on a closed ZipExtFile:
- seek
- seekable
- read
- readable
- tell
History
Date User Action Args
2019-07-09 07:06:51dhilliersetrecipients: + dhillier
2019-07-09 07:06:51dhilliersetmessageid: <1562656011.62.0.508019848995.issue37523@roundup.psfhosted.org>
2019-07-09 07:06:51dhillierlinkissue37523 messages
2019-07-09 07:06:51dhilliercreate