[Python-checkins] cpython: whatsnew: tarfile cli (#13477).

r.david.murray python-checkins at python.org
Mon Mar 10 02:35:21 CET 2014


http://hg.python.org/cpython/rev/5b52db6fc7dc
changeset:   89554:5b52db6fc7dc
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Mar 09 21:19:57 2014 -0400
summary:
  whatsnew: tarfile cli (#13477).

files:
  Doc/whatsnew/3.4.rst |  8 ++++++++
  1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1424,6 +1424,14 @@
 :issue:`5845`.)
 
 
+tarfile
+-------
+
+The :mod:`tarfile` module now supports a simple :ref:`tarfile-commandline` when
+called as a script directly or via ``-m``.  This can be used to create and
+extract tarfile archives.  (Contributed by Berker Peksag in :issue:`13477`.)
+
+
 textwrap
 --------
 

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


More information about the Python-checkins mailing list