Document that shutil.make_archive does not typecheck its logger argument

This commit is contained in:
Éric Araujo 2011-11-07 17:31:07 +01:00
parent 3bd5638736
commit 06c42a3fca
1 changed files with 2 additions and 1 deletions

View File

@ -269,7 +269,8 @@ Archiving operations
*owner* and *group* are used when creating a tar archive. By default,
uses the current owner and group.
*logger* is an instance of :class:`logging.Logger`.
*logger* must be an object compatible with :pep:`282`, usually an instance of
:class:`logging.Logger`.
.. versionadded:: 3.2