Ronald Oussoren added the comment:

Why are zipfiles without entries for directories broken? When you don't care 
about directory permissions (such as when the zipfile won't be extracted at 
all) the entries for directories are not necessary. Also, AFAIK the zipfile 
specification <http://www.pkware.com/documents/casestudies/APPNOTE.TXT> does 
not require adding directory entries to the zipfile.

FWIW: the zipfiles created by py2app do no contain entries for directories at 
the moment.  I'll probably add entries for directories in the next update to 
work around this issue.

----------
nosy: +ronaldoussoren

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

Reply via email to