From: Georg Brandl Date: Fri, 31 Oct 2014 09:54:06 +0000 (+0100) Subject: Closes #22771: "verbose" is unused; deprecate it. X-Git-Tag: v3.4.3rc1~379 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36ac51095634c7b1c29432db5c60e1eeca620977;p=thirdparty%2FPython%2Fcpython.git Closes #22771: "verbose" is unused; deprecate it. --- diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 998254fab25e..d96fd719340a 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -458,7 +458,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules. *logger* must be an object compatible with :pep:`282`, usually an instance of :class:`logging.Logger`. - The *verbose* argument is currently unused. + The *verbose* argument is unused and deprecated. .. function:: get_archive_formats()