cpython/Lib/zipfile
Jokimax c73b0f3560
gh-102956: Fix returning of empty byte strings after seek in zipfile … (#103565)
gh-102956: Fix returning of empty byte strings after seek in zipfile module. This was a regression in 3.12.0 due to a performance enhancement.
2023-10-24 21:15:42 +00:00
..
_path gh-106752: Sync with zipp 3.16.2 (#106757) 2023-07-15 09:21:17 -04:00
__init__.py gh-102956: Fix returning of empty byte strings after seek in zipfile … (#103565) 2023-10-24 21:15:42 +00:00
__main__.py