]> granicus.if.org Git - python/commit
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 27 Oct 2019 08:22:14 +0000 (10:22 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Oct 2019 08:22:14 +0000 (10:22 +0200)
commit5c32af7522d908e8c7da0243af37618433289cc5
tree947bf0724bdad344ec3e1d4ee39f7bce6aaba646
parenta8fb9327fb9387b404d4b6ce55c608125f66b9ae
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)

Test by Daniel Hillier.
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]