[Python-checkins] cpython (2.7): Add missing documentation for logger argument of shutil.make_archive
eric.araujo
python-checkins at python.org
Fri Aug 19 14:28:12 CEST 2011
http://hg.python.org/cpython/rev/56a28ac41b26
changeset: 71955:56a28ac41b26
branch: 2.7
user: Éric Araujo <merwok at netwok.org>
date: Fri Aug 19 02:51:17 2011 +0200
summary:
Add missing documentation for logger argument of shutil.make_archive
files:
Doc/library/shutil.rst | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
--- 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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list