]> granicus.if.org Git - python/commitdiff
Closes #22771: "verbose" is unused; deprecate it.
authorGeorg Brandl <georg@python.org>
Fri, 31 Oct 2014 09:54:06 +0000 (10:54 +0100)
committerGeorg Brandl <georg@python.org>
Fri, 31 Oct 2014 09:54:06 +0000 (10:54 +0100)
Doc/library/shutil.rst

index 998254fab25e366de51b7c0086058d86a050ed8b..d96fd719340a1aa07d0951daba65f21fdee69fae 100644 (file)
@@ -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()