]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing versionchanged information.
authorLars Gustäbel <lars@gustaebel.de>
Mon, 12 Dec 2011 09:22:56 +0000 (10:22 +0100)
committerLars Gustäbel <lars@gustaebel.de>
Mon, 12 Dec 2011 09:22:56 +0000 (10:22 +0100)
Doc/library/tarfile.rst

index 2bd99cffd9022b6b63145690b7bc10dc5cc7fd9d..4a9db8e7f216b594ae6eea8877845bd441e09aa8 100644 (file)
@@ -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)