From: Serhiy Storchaka Date: Tue, 8 Sep 2015 02:53:42 +0000 (+0300) Subject: Issue #24982: shutil.make_archive() with the "zip" format now adds entries X-Git-Tag: v3.6.0a1~1642 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=899f32fe1ef9882a4dedf16f0d2721a3e6beb8c6;p=thirdparty%2FPython%2Fcpython.git 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. --- 899f32fe1ef9882a4dedf16f0d2721a3e6beb8c6