]> granicus.if.org Git - python/commit
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Dec 2016 16:58:33 +0000 (18:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Dec 2016 16:58:33 +0000 (18:58 +0200)
commit20cdffd8304522a5c10b53f3dccef7e9f5d685bb
tree9b4d3971258aa29f5b97230c755f538bcec1bc26
parent610f5d739dd22bce352bde59dce3985c73aaefab
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.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py