Commit a1594451 authored by R David Murray's avatar R David Murray

whatsnew: allowZip64 defaults to True (#17201).

parent 82eea529
...@@ -1589,6 +1589,10 @@ used to control which directories and files are added to the archive. For ...@@ -1589,6 +1589,10 @@ used to control which directories and files are added to the archive. For
example, this could be used to exclude test files from the archive. example, this could be used to exclude test files from the archive.
(Contributed by Christian Tismer in :issue:`19274`.) (Contributed by Christian Tismer in :issue:`19274`.)
The *allowZip64* parameter to :class:`~zipfile.ZipFile` and
:class:`~zipfile.PyZipfile` is now ``True`` by default. (Contributed by
William Mallard in :issue:`17201`.)
CPython Implementation Changes CPython Implementation Changes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment