]> 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 17:00:55 +0000 (19:00 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Dec 2016 17:00:55 +0000 (19:00 +0200)
commit9bb6fe52742340f6c92f0dda18599a4577a94e18
tree9130679f9329a980ebd42efee86a23a060a7eaf9
parentcb5fe9c22c6b19acf1216a93856b7bdc2bb06677
parent20cdffd8304522a5c10b53f3dccef7e9f5d685bb
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