commit | fe45f65187fe36abc7049d949a5b206af204faa2 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Sep 08 05:47:01 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Sep 08 05:47:01 2015 +0300 |
tree | b06bde6a1b659b159b9d2faeda3c165a81d838df | |
parent | f3bdc1082f38ff22ca35e80f5a9c74ef48502f1b [diff] |
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.