]> granicus.if.org Git - python/commit
Issue #13477: Added command line interface to the tarfile module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 23 Nov 2013 23:53:29 +0000 (01:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 23 Nov 2013 23:53:29 +0000 (01:53 +0200)
commitd27b455bbcedd232ad8490acff46f532a365be49
treef81a8c6bf695aba1bf93e030a3a25b29a845f140
parent44e2eaab5491881120aab43e2838da8afe7ab70e
Issue #13477: Added command line interface to the tarfile module.
Original patch by Berker Peksag.
Doc/library/tarfile.rst
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS