]> 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:53:42 +0000 (05:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Sep 2015 02:53:42 +0000 (05:53 +0300)
commit899f32fe1ef9882a4dedf16f0d2721a3e6beb8c6
tree94f4dd1d723cd7163d27f75522438df742917f1a
parent90fd895197f485583af630ef2e34cbdea298abf7
parentd941d7a586c8ea2f8253d7b238b3a56522b77a83
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
Misc/NEWS