commit | 8d62df60d8733d0fa9aee14ef746d0009a7a9726 | [log] [tgz] |
---|---|---|
author | Daniel Hillier <daniel.hillier@gmail.com> | Sat Nov 30 19:30:47 2019 +1100 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Nov 30 10:30:47 2019 +0200 |
tree | 313fcbd540496aaf81650be5a189cbc8abeee63e | |
parent | 1df65f7c6c00dfae9286c7a58e1b3803e3af33e5 [diff] |
bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658) Raises ValueError when calling the following on a closed zipfile.ZipExtFile: read, readable, seek, seekable, tell.