]> granicus.if.org Git - python/commit
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Sep 2015 02:47:23 +0000 (05:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Sep 2015 02:47:23 +0000 (05:47 +0300)
commit2504cecebdff16588d7b753843f4a856c510851e
tree051b1e3894851ae6596abacc37254f79a661faec
parentde5f9f4f70c6527c49d482e3b0bb0aad2851d34c
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
for directories (including empty directories) in ZIP file.
Added test for comparing shutil.make_archive() with the "zip" command.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS