[issue9835] ZipFile unix external attributes incorrect for entry written with writestr

R. David Murray report at bugs.python.org
Sat Sep 11 16:21:44 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

I'm not very familiar with zipfile, but my immediate reaction is, why should it?  It can't know that the file is a unix file, and indeed if the program is running on windows it may not be.

Perhaps instead there's something missing in the API to allow you to set the correct value when using writestr?

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9835>
_______________________________________


More information about the Python-bugs-list mailing list