]> 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:41:27 +0000 (01:41 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2019 08:41:27 +0000 (01:41 -0700)
commited2db3113d54a5f8af1b419a9f5fdf3642285c82
tree9df414b66236f84d1bb5df1b2bd8216395b155b2
parentbaf2657eff82f5c33ae8194499d97ba963871655
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]