blob: 5711969ff38cf82f6956197445d549fbf2afdf0b (
plain)
1
|
Change :class:`zipfile.ZipExtFile` to raise ``ValueError`` when trying to access the underlying file object after it has been closed. This new behavior is consistent with how accessing closed files is handled in other parts of Python.
|