[Python-checkins] cpython: Add missing versionchanged information.

lars.gustaebel python-checkins at python.org
Mon Dec 12 10:27:33 CET 2011


http://hg.python.org/cpython/rev/e9a57c3ef635
changeset:   73945:e9a57c3ef635
parent:      73943:963e98f5ad31
user:        Lars Gustäbel <lars at gustaebel.de>
date:        Mon Dec 12 10:22:56 2011 +0100
summary:
  Add missing versionchanged information.

files:
  Doc/library/tarfile.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst
--- a/Doc/library/tarfile.rst
+++ b/Doc/library/tarfile.rst
@@ -32,6 +32,9 @@
   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)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list