summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-10-02-02-55-37.bpo-37523.GguwJ6.rst
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.