]> granicus.if.org Git - python/commitdiff
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)
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.


Trivial merge