diff options
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r-- | Doc/library/zipfile.rst | 4 |
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 |