From: Gregory P. Smith Date: Fri, 8 Feb 2013 06:18:21 +0000 (-0800) Subject: whitespace fix X-Git-Tag: v2.7.4rc1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec02217f4cf214d347cf4fdffc231383a5ec5b49;p=python whitespace fix --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index ebb1394515..3e64487257 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -237,7 +237,7 @@ ZipFile Objects It is possible that files are created outside of *path*, e.g. members that have absolute filenames starting with ``"/"`` or filenames with two dots ``".."``. - + .. versionchanged:: 2.7.4 The zipfile module attempts to prevent that. See :meth:`extract` note.