We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14adafd commit 4950ae1Copy full SHA for 4950ae1
Doc/library/zipfile.rst
@@ -152,7 +152,7 @@ ZipFile Objects
152
(:mod:`zlib`, :mod:`bz2` or :mod:`lzma`) is not available, :exc:`RuntimeError`
153
is also raised. The default is :const:`ZIP_STORED`. If *allowZip64* is
154
``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`
+ extensions when the zipfile is larger than 4 GiB. If it is false :mod:`zipfile`
156
will raise an exception when the ZIP file would require ZIP64 extensions.
157
158
If the file is created with mode ``'w'``, ``'x'`` or ``'a'`` and then
0 commit comments