summaryrefslogtreecommitdiff
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-01-02 06:13:42 +0300
committerBerker Peksag <berker.peksag@gmail.com>2017-01-02 06:13:42 +0300
commit4950ae14916e340e5274ce0b8277aec9006bd035 (patch)
treef7eef874e12665f0bc37c67c6baa46bd59608c28 /Doc/library/zipfile.rst
parent14adafd6eec3b68d11e147c77dab37ad5962fcd6 (diff)
downloadcpython-git-4950ae14916e340e5274ce0b8277aec9006bd035.tar.gz
Issue #29013: Fix allowZip64 documentation
Zip files can be larger than 4 GiB if allowZip64 is true (default since Python 3.4)
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r--Doc/library/zipfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index bf482d265f..d144ae36f1 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -152,7 +152,7 @@ ZipFile Objects
(:mod:`zlib`, :mod:`bz2` or :mod:`lzma`) is not available, :exc:`RuntimeError`
is also raised. The default is :const:`ZIP_STORED`. If *allowZip64* is
``True`` (the default) zipfile will create ZIP files that use the ZIP64
- 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`
will raise an exception when the ZIP file would require ZIP64 extensions.
If the file is created with mode ``'w'``, ``'x'`` or ``'a'`` and then