projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad7651
)
whatsnew: tarfile cli (#13477).
author
R David Murray
<rdmurray@bitdance.com>
Mon, 10 Mar 2014 01:19:57 +0000
(21:19 -0400)
committer
R David Murray
<rdmurray@bitdance.com>
Mon, 10 Mar 2014 01:19:57 +0000
(21:19 -0400)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index d2745f5c9f420f8c5fb157b966592cf72c1262ae..a0d1efa4f3e8b9919ea935dc52d43a71d3fd633d 100644
(file)
--- 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
--------