diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-10-01 12:58:26 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-10-01 12:58:26 (GMT) |
commit | 34214de6ab9ebcb5d63d0e116800d5ee535a38cb (patch) | |
tree | c38939351509085bafef193d0132c603b40d3830 /Misc/NEWS.d/next/Library/2019-09-12-14-52-38.bpo-36991.1OcSm8.rst | |
parent | bfe1f74e39d0049a829962050e86a6a2d2a2781e (diff) | |
download | cpython-34214de6ab9ebcb5d63d0e116800d5ee535a38cb.zip cpython-34214de6ab9ebcb5d63d0e116800d5ee535a38cb.tar.gz cpython-34214de6ab9ebcb5d63d0e116800d5ee535a38cb.tar.bz2 |
v3.8.0rc1v3.8.0rc1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-09-12-14-52-38.bpo-36991.1OcSm8.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-09-12-14-52-38.bpo-36991.1OcSm8.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-12-14-52-38.bpo-36991.1OcSm8.rst b/Misc/NEWS.d/next/Library/2019-09-12-14-52-38.bpo-36991.1OcSm8.rst deleted file mode 100644 index c6fa852..0000000 --- a/Misc/NEWS.d/next/Library/2019-09-12-14-52-38.bpo-36991.1OcSm8.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixes a potential incorrect AttributeError exception escaping -ZipFile.extract() in some unsupported input error situations. |