commit | 99c4c340e6bb61966643c54b4ff3db832237203a | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri Aug 19 02:51:17 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri Aug 19 02:51:17 2011 +0200 |
tree | f50e50122679628832a33bd1a112f31230a50420 | |
parent | bd858b75ce3c0528e1e7b97875d527dd85900138 [diff] |
Add missing documentation for logger argument of shutil.make_archive
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index 98b249f..3126965 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst
@@ -278,6 +278,8 @@ *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