Serhiy Storchaka added the comment:

Actually now creating directories in zipfile is possible with 
ZipFile.writestr(special_zip_info, b''). However a special method (like 
ZipFile.mkdir(name)) can be useful.

----------
nosy: +serhiy.storchaka
stage:  -> needs patch
versions: +Python 3.4

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

Reply via email to