diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2011-12-12 09:22:56 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2011-12-12 09:22:56 (GMT) |
commit | 521dfb02dd754972f04cd77d80dd34fcf5ac9399 (patch) | |
tree | 32f06e899cc79cf98da9ee964e84ebdde6234649 /Doc/library/tarfile.rst | |
parent | ff7f64ca0ee65ebb4db34132977da00b318c307c (diff) | |
download | cpython-521dfb02dd754972f04cd77d80dd34fcf5ac9399.zip cpython-521dfb02dd754972f04cd77d80dd34fcf5ac9399.tar.gz cpython-521dfb02dd754972f04cd77d80dd34fcf5ac9399.tar.bz2 |
Add missing versionchanged information.
Diffstat (limited to 'Doc/library/tarfile.rst')
-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 2bd99cf..4a9db8e 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) |