diff options
author | Georg Brandl <georg@python.org> | 2014-10-31 09:54:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-31 09:54:06 (GMT) |
commit | 36ac51095634c7b1c29432db5c60e1eeca620977 (patch) | |
tree | 3a35a72a615733983f349543750031004eab5b2b /Doc | |
parent | a4c8c47961305487ef6c40a6d882bb956f2c5a0b (diff) | |
download | cpython-36ac51095634c7b1c29432db5c60e1eeca620977.zip cpython-36ac51095634c7b1c29432db5c60e1eeca620977.tar.gz cpython-36ac51095634c7b1c29432db5c60e1eeca620977.tar.bz2 |
Closes #22771: "verbose" is unused; deprecate it.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/shutil.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 998254f..d96fd71 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() |