From dcbd83321b56f7db31c52ee45147410b8145f864 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Sun, 9 Mar 2014 21:19:57 -0400 Subject: [PATCH] whatsnew: tarfile cli (#13477). --- Doc/whatsnew/3.4.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index d2745f5c9f..a0d1efa4f3 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 -------- -- 2.40.0