]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Dec 2016 17:01:34 +0000 (19:01 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Dec 2016 17:01:34 +0000 (19:01 +0200)
commit5160caba46c7411145016dcd487e1f8d95d1866f
treeb0c352ad04f90632c8b801b0c3ffb08b6d0583aa
parent5ab81d787f455ba28367b5b71606cea376283574
parent9bb6fe52742340f6c92f0dda18599a4577a94e18
Issue #14061: Misc fixes and cleanups in archiving code in shutil.

Imporoved the documentation and tests for make_archive() and unpack_archive().
Improved error handling when corresponding compress module is not available.
Brake circular dependency between shutil and tarfile modules.