diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2011-12-12 10:22:56 +0100 |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2011-12-12 10:22:56 +0100 |
commit | 521dfb02dd754972f04cd77d80dd34fcf5ac9399 (patch) | |
tree | 32f06e899cc79cf98da9ee964e84ebdde6234649 | |
parent | ff7f64ca0ee65ebb4db34132977da00b318c307c (diff) | |
download | cpython-git-521dfb02dd754972f04cd77d80dd34fcf5ac9399.tar.gz |
Add missing versionchanged information.
-rw-r--r-- | Doc/library/tarfile.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst index 2bd99cffd9..4a9db8e7f2 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) |