New submission from Eugene Kolo:

Zip file is sometimes known to only contain files and the paths to them, but it 
can also have have empty folders, they are zero length files with a flag set.

make_archive just ignores empty directories, I propose that there should either 
be a flag, or it should include empty directories by default.

----------
components: Library (Lib)
messages: 249522
nosy: eugenek
priority: normal
severity: normal
status: open
title: shutil.make_archive doesn't archive empty directories
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to