Python's shutil.make_archive() creates dot directory on Windows Python's shutil.make_archive() creates dot directory on Windows windows windows

Python's shutil.make_archive() creates dot directory on Windows


This "bug" has been fixed in October 2016 : https://github.com/python/cpython/commit/666de7772708047b63125126b0147931571254a4

Here the diff :enter image description here

Apparently, you need to update to either Python 3.5.3 or 3.6.