From: Éric Araujo Date: Fri, 19 Aug 2011 00:51:17 +0000 (+0200) Subject: Add missing documentation for logger argument of shutil.make_archive X-Git-Tag: v2.7.3rc1~503^2^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99c4c340e6bb61966643c54b4ff3db832237203a;p=python Add missing documentation for logger argument of shutil.make_archive --- diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 98b249f2ca..3126965246 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