]> 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:04:17 +0000 (19:04 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Dec 2016 17:04:17 +0000 (19:04 +0200)
commit30ad6e2c460754d3943c6cc568b75aa842565446
tree31211a61e48a727c04a0718278cb5a4b2aa15393
parent6560e22c6664b720077643a338c71578baba6b58
Issue #14061: Misc fixes and cleanups in archiving code in shutil.

Improved the documentation and tests for make_archive().
Improved error handling when corresponding compress module is not available.
External zip executable is now used if the zlib module is not available.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py