cpython (3.4): Closes #22771: "verbose" is unused; deprecate it.
https://hg.python.org/cpython/rev/335ff0c6d879 changeset: 93317:335ff0c6d879 branch: 3.4 parent: 93312:53048571de47 user: Georg Brandl <georg@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
participants (1)
-
georg.brandl