Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6cdc28

Browse files
committed
Issue #29013: Merge from 3.6
2 parents 4abd417 + 5430293 commit b6cdc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/zipfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ ZipFile Objects
152152
(:mod:`zlib`, :mod:`bz2` or :mod:`lzma`) is not available, :exc:`RuntimeError`
153153
is raised. The default is :const:`ZIP_STORED`. If *allowZip64* is
154154
``True`` (the default) zipfile will create ZIP files that use the ZIP64
155-
extensions when the zipfile is larger than 2 GiB. If it is false :mod:`zipfile`
155+
extensions when the zipfile is larger than 4 GiB. If it is false :mod:`zipfile`
156156
will raise an exception when the ZIP file would require ZIP64 extensions.
157157

158158
If the file is created with mode ``'w'``, ``'x'`` or ``'a'`` and then

0 commit comments

Comments
 (0)