]> granicus.if.org Git - python/commit
bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Sep 2019 14:33:53 +0000 (07:33 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2019 14:33:53 +0000 (07:33 -0700)
commit717cc61ed103684b8c73e0e8af10ace345f39f16
tree6296a581a2b43c84fc454d70e85f57893f2a3f1b
parent0d7cb5bb291d8645824581ae570a394e3d221e5e
bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632)

(cherry picked from commit 2f1b857562b0f1601c9019db74c29b7d7e21ac9f)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2019-09-12-14-52-38.bpo-36991.1OcSm8.rst [new file with mode: 0644]