whatsnew: allowZip64 defaults to True (#17201).
This commit is contained in:
parent
01e6accd19
commit
e7fa1204e2
|
@ -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.
|
||||
(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
|
||||
|
|
Loading…
Reference in New Issue