diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-21 07:16:43 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-21 07:16:43 (GMT) |
commit | f8754a60a80f255a18ad00ec6eac8764871ceca8 (patch) | |
tree | e6e5dc51044103973e3f5b2506f8e0d568426045 /Doc/library/zipfile.rst | |
parent | 75634948771e3329fea1675cdac409bfa0893992 (diff) | |
download | cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.zip cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.tar.gz cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.tar.bz2 |
Update versionadded/changed.
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r-- | Doc/library/zipfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 7648e36..19e4156 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -288,7 +288,7 @@ ZipFile Objects member of the given :class:`ZipInfo` instance. By default, the :class:`ZipInfo` constructor sets this member to :const:`ZIP_STORED`. - .. versionchanged:: 2.7 + .. versionchanged:: 3.2 The *compression_type* argument. The following data attributes are also available: |