summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-04 00:28:14 (GMT)
committerGeorg Brandl <georg@python.org>2009-01-04 00:28:14 (GMT)
commit277a150146585408d12aca6ae766f4797b0abff4 (patch)
tree34d638f7622d24882263564aa8bf9524e5e7a2b8 /Doc/library/zipfile.rst
parentff96b2ae14b1efdfc01e202a03e5d464fdedfc87 (diff)
downloadcpython-277a150146585408d12aca6ae766f4797b0abff4.zip
cpython-277a150146585408d12aca6ae766f4797b0abff4.tar.gz
cpython-277a150146585408d12aca6ae766f4797b0abff4.tar.bz2
Remove 2.6 versionchanges, turn 2.7 ones into 3.1.
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r--Doc/library/zipfile.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 3583856..a4c7e4e 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -67,8 +67,8 @@ The module defines the following items:
otherwise returns ``False``. *filename* may be a file or file-like object too.
This module does not currently handle ZIP files which have appended comments.
- .. versionchanged:: 2.7
- Support for file and file-like objects.
+ .. versionchanged:: 3.1
+ Support for file and file-like objects.
.. data:: ZIP_STORED