From 99c4c340e6bb61966643c54b4ff3db832237203a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Fri, 19 Aug 2011 02:51:17 +0200 Subject: [PATCH] Add missing documentation for logger argument of shutil.make_archive --- Doc/library/shutil.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 98b249f2ca2..31269652460 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -278,6 +278,8 @@ Archives 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`. + .. versionadded:: 2.7