]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5411: Added support for the "xztar" format in the shutil module.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Aug 2014 15:50:19 +0000 (18:50 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 6 Aug 2014 15:50:19 +0000 (18:50 +0300)
commit1121377cdb0bef5a4a07699ae3d93c69a1f47071
tree13cd19069226278293cc35e2f7b2b7171a695be1
parentaf78ef18241040a91e793bfc511a182d9e5d0bc2
Issue #5411: Added support for the "xztar" format in the shutil module.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS