From 521dfb02dd754972f04cd77d80dd34fcf5ac9399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gust=C3=A4bel?= Date: Mon, 12 Dec 2011 10:22:56 +0100 Subject: [PATCH] Add missing versionchanged information. --- Doc/library/tarfile.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 2bd99cffd90..4a9db8e7f21 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)