diff options
author | Georg Brandl <georg@python.org> | 2014-10-31 10:54:10 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-31 10:54:10 +0100 |
commit | 455de40a6e99ad7548e6061733f9c5dae2327e83 (patch) | |
tree | dffd34e2e5ec3e5e0f5bbac4c7d807491d9462be | |
parent | e21a531ef10e120a94434b3d4806a8106dd6f271 (diff) | |
parent | 36ac51095634c7b1c29432db5c60e1eeca620977 (diff) | |
download | cpython-git-455de40a6e99ad7548e6061733f9c5dae2327e83.tar.gz |
merge with 3.4
-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 6dade303f2..82974ade22 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -491,7 +491,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. .. versionchanged:: 3.5 Added support for the *xztar* format. |