From: Georg Brandl Date: Fri, 31 Oct 2014 09:39:29 +0000 (+0100) Subject: merge with 3.4 X-Git-Tag: v3.5.0a1~555 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e21a531ef10e120a94434b3d4806a8106dd6f271;p=thirdparty%2FPython%2Fcpython.git merge with 3.4 --- e21a531ef10e120a94434b3d4806a8106dd6f271 diff --cc Doc/library/shutil.rst index 4717134291eb,998254fab25e..6dade303f281 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@@ -488,9 -458,8 +491,11 @@@ provided. They rely on the :mod:`zipfi *logger* must be an object compatible with :pep:`282`, usually an instance of :class:`logging.Logger`. + The *verbose* argument is currently unused. + + .. versionchanged:: 3.5 + Added support for the *xztar* format. + .. function:: get_archive_formats()