summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2018-03-08-16-15-00.bpo-22102.th33uD.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-03-08-16-15-00.bpo-22102.th33uD.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-08-16-15-00.bpo-22102.th33uD.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-08-16-15-00.bpo-22102.th33uD.rst b/Misc/NEWS.d/next/Library/2018-03-08-16-15-00.bpo-22102.th33uD.rst
deleted file mode 100644
index ad690f57c5..0000000000
--- a/Misc/NEWS.d/next/Library/2018-03-08-16-15-00.bpo-22102.th33uD.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Added support for ZIP files with disks set to 0. Such files are commonly created by builtin tools on Windows when use ZIP64 extension.
-Patch by Francisco Facioni.