diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-10-27 08:22:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-27 08:22:14 (GMT) |
commit | 5c32af7522d908e8c7da0243af37618433289cc5 (patch) | |
tree | 947bf0724bdad344ec3e1d4ee39f7bce6aaba646 /Misc | |
parent | a8fb9327fb9387b404d4b6ce55c608125f66b9ae (diff) | |
download | cpython-5c32af7522d908e8c7da0243af37618433289cc5.zip cpython-5c32af7522d908e8c7da0243af37618433289cc5.tar.gz cpython-5c32af7522d908e8c7da0243af37618433289cc5.tar.bz2 |
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
Test by Daniel Hillier.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-10-27-00-08-49.bpo-38334.pfLLmc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-10-27-00-08-49.bpo-38334.pfLLmc.rst b/Misc/NEWS.d/next/Library/2019-10-27-00-08-49.bpo-38334.pfLLmc.rst new file mode 100644 index 0000000..0d05d3f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-10-27-00-08-49.bpo-38334.pfLLmc.rst @@ -0,0 +1 @@ +Fixed seeking backward on an encrypted :class:`zipfile.ZipExtFile`. |