Kaydet (Commit) 06c42a3f authored tarafından Éric Araujo's avatar Éric Araujo

Document that shutil.make_archive does not typecheck its logger argument

üst 3bd56387
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment