]> granicus.if.org Git - python/commitdiff
whatsnew: allowZip64 defaults to True (#17201).
authorR David Murray <rdmurray@bitdance.com>
Sun, 9 Mar 2014 23:57:19 +0000 (19:57 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 9 Mar 2014 23:57:19 +0000 (19:57 -0400)
Doc/whatsnew/3.4.rst

index 2d61cda51de166c556ae6c3db4c6138c09b0adfd..b0ba65900866158aedc4b3736ac8f0a84c41d6f8 100644 (file)
@@ -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