summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-10 01:19:57 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-10 01:19:57 (GMT)
commitdcbd83321b56f7db31c52ee45147410b8145f864 (patch)
tree7b3d07807f1b8da948ab9ba3a696b2b23ad07683 /Doc
parent7ad765169c176ad9a0f26c28e06bcfd0156ff6f2 (diff)
downloadcpython-dcbd83321b56f7db31c52ee45147410b8145f864.zip
cpython-dcbd83321b56f7db31c52ee45147410b8145f864.tar.gz
cpython-dcbd83321b56f7db31c52ee45147410b8145f864.tar.bz2
whatsnew: tarfile cli (#13477).
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index d2745f5..a0d1efa 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -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
--------