commit | 20cdffd8304522a5c10b53f3dccef7e9f5d685bb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Dec 16 18:58:33 2016 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Dec 16 18:58:33 2016 +0200 |
tree | 9b4d3971258aa29f5b97230c755f538bcec1bc26 | |
parent | 610f5d739dd22bce352bde59dce3985c73aaefab [diff] |
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.