[Python-checkins] cpython (3.4): Closes #22771: "verbose" is unused; deprecate it.

georg.brandl python-checkins at python.org
Fri Oct 31 10:54:18 CET 2014


https://hg.python.org/cpython/rev/335ff0c6d879
changeset:   93317:335ff0c6d879
branch:      3.4
parent:      93312:53048571de47
user:        Georg Brandl <georg at python.org>
date:        Fri Oct 31 10:54:06 2014 +0100
summary:
  Closes #22771: "verbose" is unused; deprecate it.

files:
  Doc/library/shutil.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -458,7 +458,7 @@
    *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()

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list