]> 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:01 +0000 (05:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Sep 2015 02:47:01 +0000 (05:47 +0300)
commitfe45f65187fe36abc7049d949a5b206af204faa2
treeb06bde6a1b659b159b9d2faeda3c165a81d838df
parentf3bdc1082f38ff22ca35e80f5a9c74ef48502f1b
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