bpo-22908: Add seek and tell functionality to ZipExtFile by jjolly · Pull Request #4966 · python/cpython
- Added seek, tell, and seekable functions to ZipExtFile
- Added internal variables to ZipExtFile that preserves original
values in order to reset the zipfile to it's initial state
- Raises io.UnsupportedOperation when accessed without a seekable file
object
- Could be optimized to seek within the _readbuffer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters