From: Lars Gustäbel Date: Mon, 12 Dec 2011 09:22:56 +0000 (+0100) Subject: Add missing versionchanged information. X-Git-Tag: v3.3.0a1~627 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=521dfb02dd754972f04cd77d80dd34fcf5ac9399;p=thirdparty%2FPython%2Fcpython.git Add missing versionchanged information. --- diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 2bd99cffd902..4a9db8e7f216 100644 --- a/Doc/library/tarfile.rst +++ b/Doc/library/tarfile.rst @@ -32,6 +32,9 @@ Some facts and figures: character devices and block devices and is able to acquire and restore file information like timestamp, access permissions and owner. +.. versionchanged:: 3.3 + Added support for :mod:`lzma` compression. + .. function:: open(name=None, mode='r', fileobj=None, bufsize=10240, \*\*kwargs)