Index: Doc/library/zipfile.rst =================================================================== --- Doc/library/zipfile.rst (revision 75150) +++ Doc/library/zipfile.rst (working copy) @@ -197,6 +197,10 @@ to extract to. *member* can be a filename or a :class:`ZipInfo` object. *pwd* is the password used for encrypted files. + .. warning:: + + See the warning for :meth:`extractall`. + .. versionadded:: 2.6