]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Oct 2019 08:40:44 +0000 (01:40 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2019 08:40:44 +0000 (01:40 -0700)
commit76fbdaa2a693caaa1b8eb34104720fc774ff80df
treeee7a88ca25b1121d17bd6c0002821c4629e7d303
parent6d6418a075f272aeab93c6f2ec15c10257b94e1d
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)

Test by Daniel Hillier.
(cherry picked from commit 5c32af7522d908e8c7da0243af37618433289cc5)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2019-10-27-00-08-49.bpo-38334.pfLLmc.rst [new file with mode: 0644]