diff options
| author | Georg Brandl <georg@python.org> | 2014-10-31 10:54:06 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-31 10:54:06 +0100 |
| commit | 4b6e0168272222c63c0ba75fe79fb8d97f8897f5 (patch) | |
| tree | 91201d8617aa978a058a356962cf04bf82ba50d5 | |
| parent | 2a43084111c35c5ce957c63347469e607a1007a8 (diff) | |
| download | cpython-4b6e0168272222c63c0ba75fe79fb8d97f8897f5.tar.gz | |
Closes #22771: "verbose" is unused; deprecate it.
| -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 998254fab2..d96fd71934 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() |
