whatsnew: tarfile cli (#13477).
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 01:19:57 +0000 (21:19 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 01:19:57 +0000 (21:19 -0400)
Doc/whatsnew/3.4.rst

index d2745f5c9f420f8c5fb157b966592cf72c1262ae..a0d1efa4f3e8b9919ea935dc52d43a71d3fd633d 100644 (file)
@@ -1424,6 +1424,14 @@ to some other callable).  (Contributed by Éric Araujo and Antoine Pitrou in
 :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
 --------