mirror of https://github.com/python/cpython
Document that shutil.make_archive does not typecheck its logger argument
This commit is contained in:
parent
06efea3392
commit
c446ce78b8
|
@ -285,7 +285,8 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
|
||||||
*owner* and *group* are used when creating a tar archive. By default,
|
*owner* and *group* are used when creating a tar archive. By default,
|
||||||
uses the current owner and group.
|
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:: 2.7
|
.. versionadded:: 2.7
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue