]> 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:51:00 +0000 (05:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Sep 2015 02:51:00 +0000 (05:51 +0300)
commitd941d7a586c8ea2f8253d7b238b3a56522b77a83
tree3298e5e5255c20805314bd0d8887d3f3f4cb712e
parent6c8b66cd261c6418566700527784b17bb459db1f
parent2504cecebdff16588d7b753843f4a856c510851e
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